Sanitized server-side data portal exception; used to avoid the transmission of sensitive server-side information to the client in remote data portal operations.
More...
|
| | ServerException (string identifier) |
| | Constructor.
|
| override string | ToString () |
| | Override of the ToString method to insert the unique identifier.
|
|
| string | RequestIdentifier [get] |
| | The unique identifier for the request that failed Use this identifier to look for the exception details in server logs.
|
Sanitized server-side data portal exception; used to avoid the transmission of sensitive server-side information to the client in remote data portal operations.
◆ ServerException()
| Csla.Server.ServerException.ServerException |
( |
string | identifier | ) |
|
|
inline |
Constructor.
- Parameters
-
| identifier | The unique identifier for this exception |
- Exceptions
-
| ArgumentNullException | identifier is null. |
◆ ToString()
| override string Csla.Server.ServerException.ToString |
( |
| ) |
|
|
inline |
Override of the ToString method to insert the unique identifier.
- Returns
- String representation of the custom exception, including the custom tokens
◆ RequestIdentifier
| string Csla.Server.ServerException.RequestIdentifier |
|
get |
The unique identifier for the request that failed Use this identifier to look for the exception details in server logs.
The documentation for this class was generated from the following file: