CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. 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...
 

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

Definition at line 19 of file ServerException.cs.

Constructor & Destructor Documentation

◆ ServerException()

Csla.Server.ServerException.ServerException ( string  identifier)

Constructor.

Parameters
identifierThe unique identifier for this exception

Definition at line 28 of file ServerException.cs.

Member Function Documentation

◆ ToString()

override string Csla.Server.ServerException.ToString ( )

Override of the ToString method to insert the unique identifier

Returns
String representation of the custom exception, including the custom tokens

Definition at line 48 of file ServerException.cs.

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

Definition at line 37 of file ServerException.cs.