Exception indicating a failure to set a property's field. More...
Public Member Functions | |
PropertyLoadException (string message) | |
Creates an instance of the type. More... | |
PropertyLoadException (string message, Exception ex) | |
Creates an instance of the type. More... | |
override void | GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
Serializes the object. More... | |
Protected Member Functions | |
PropertyLoadException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates an instance of the object for serialization. More... | |
Exception indicating a failure to set a property's field.
Definition at line 18 of file PropertyLoadException.cs.
Csla.PropertyLoadException.PropertyLoadException | ( | string | message | ) |
Creates an instance of the type.
message | Text describing the exception. |
Definition at line 24 of file PropertyLoadException.cs.
Csla.PropertyLoadException.PropertyLoadException | ( | string | message, |
Exception | ex | ||
) |
Creates an instance of the type.
message | Text describing the exception. |
ex | Inner exception. |
Definition at line 33 of file PropertyLoadException.cs.
|
protected |
Creates an instance of the object for serialization.
info | Serialiation info object. |
context | Serialization context object. |
Definition at line 43 of file PropertyLoadException.cs.
override void Csla.PropertyLoadException.GetObjectData | ( | System.Runtime.Serialization.SerializationInfo | info, |
System.Runtime.Serialization.StreamingContext | context | ||
) |
Serializes the object.
info | Serialiation info object. |
context | Serialization context object. |
Definition at line 52 of file PropertyLoadException.cs.