This exception is returned from the server-side DataPortal and contains the exception and context data from the server.
More...
|
| DataPortalException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Creates an instance of the object for serialization. More...
|
|
This exception is returned from the server-side DataPortal and contains the exception and context data from the server.
Definition at line 19 of file Server/DataPortalException.cs.
◆ DataPortalException() [1/2]
Csla.Server.DataPortalException.DataPortalException |
( |
string |
message, |
|
|
Exception |
ex, |
|
|
DataPortalResult |
result |
|
) |
| |
Creates an instance of the type.
- Parameters
-
message | Text describing the exception. |
ex | Inner exception. |
result | The data portal result object. |
Definition at line 49 of file Server/DataPortalException.cs.
◆ DataPortalException() [2/2]
Csla.Server.DataPortalException.DataPortalException |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
|
protected |
◆ GetObjectData()
override void Csla.Server.DataPortalException.GetObjectData |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
◆ Result
◆ StackTrace
override string Csla.Server.DataPortalException.StackTrace |
|
get |