Public Member Functions | |
| SecurityException () | |
| Creates an instance of the type. More... | |
| SecurityException (string message) | |
| Creates an instance of the type. More... | |
| SecurityException (string message, Exception innerException) | |
| 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 | |
| SecurityException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates an instance of the object for serialization. More... | |
Security exception.
Definition at line 16 of file SecurityException.cs.
| Csla.Security.SecurityException.SecurityException | ( | ) |
Creates an instance of the type.
Definition at line 21 of file SecurityException.cs.
| Csla.Security.SecurityException.SecurityException | ( | string | message | ) |
Creates an instance of the type.
| message | Exception text. |
Definition at line 28 of file SecurityException.cs.
| Csla.Security.SecurityException.SecurityException | ( | string | message, |
| Exception | innerException | ||
| ) |
Creates an instance of the type.
| message | Exception text. |
| innerException | Inner exception. |
Definition at line 37 of file SecurityException.cs.
|
protected |
Creates an instance of the object for serialization.
| info | Serialiation info object. |
| context | Serialization context object. |
Definition at line 47 of file SecurityException.cs.
| override void Csla.Security.SecurityException.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 62 of file SecurityException.cs.