This exception is returned from the server-side DataPortal and contains the exception and context data from the server.
More...
This exception is returned from the server-side DataPortal and contains the exception and context data from the server.
◆ DataPortalException()
| Csla.Server.DataPortalException.DataPortalException |
( |
string | message, |
|
|
Exception | ex, |
|
|
DataPortalResult | result ) |
|
inline |
Creates an instance of the type.
- Parameters
-
| message | Text describing the exception. |
| ex | Inner exception. |
| result | The data portal result object. |
- Exceptions
-
| ArgumentNullException | ex or result is null. |
| ArgumentException | message is null, string.Empty or only consists of white spaces. |
◆ Result
◆ StackTrace
| override string Csla.Server.DataPortalException.StackTrace |
|
get |
Get the server-side stack trace from the original exception.
The documentation for this class was generated from the following file: