CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.ServerException Class Reference

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...

Inheritance diagram for Csla.Server.ServerException:

Public Member Functions

 ServerException (string identifier)
 Constructor.
override string ToString ()
 Override of the ToString method to insert the unique identifier.

Properties

string RequestIdentifier [get]
 The unique identifier for the request that failed Use this identifier to look for the exception details in server logs.

Detailed Description

Sanitized server-side data portal exception; used to avoid the transmission of sensitive server-side information to the client in remote data portal operations.

Constructor & Destructor Documentation

◆ ServerException()

Csla.Server.ServerException.ServerException ( string identifier)
inline

Constructor.

Parameters
identifierThe unique identifier for this exception
Exceptions
ArgumentNullExceptionidentifier is null.

Member Function Documentation

◆ 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

Property Documentation

◆ 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: