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...
Public Member Functions | |
| ServerException (string identifier) | |
| Constructor. More... | |
| override string | ToString () |
| Override of the ToString method to insert the unique identifier More... | |
Properties | |
| string | RequestIdentifier [get] |
| The unique identifier for the request that failed Use this identifier to look for the exception details in server logs More... | |
Sanitized server-side data portal exception; used to avoid the transmission of sensitive server-side information to the client in remote data portal operations
Definition at line 19 of file ServerException.cs.
| Csla.Server.ServerException.ServerException | ( | string | identifier | ) |
Constructor.
| identifier | The unique identifier for this exception |
Definition at line 28 of file ServerException.cs.
| override string Csla.Server.ServerException.ToString | ( | ) |
Override of the ToString method to insert the unique identifier
Definition at line 48 of file ServerException.cs.
|
get |
The unique identifier for the request that failed Use this identifier to look for the exception details in server logs
Definition at line 37 of file ServerException.cs.