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

This exception is returned from the server-side DataPortal and contains the exception and context data from the server. More...

Inheritance diagram for Csla.Server.DataPortalException:

Public Member Functions

 DataPortalException (string message, Exception ex, DataPortalResult result)
 Creates an instance of the type.

Properties

DataPortalResult Result [get]
 Returns the DataPortalResult object from the server.
override string StackTrace [get]
 Get the server-side stack trace from the original exception.

Detailed Description

This exception is returned from the server-side DataPortal and contains the exception and context data from the server.

Constructor & Destructor Documentation

◆ DataPortalException()

Csla.Server.DataPortalException.DataPortalException ( string message,
Exception ex,
DataPortalResult result )
inline

Creates an instance of the type.

Parameters
messageText describing the exception.
exInner exception.
resultThe data portal result object.
Exceptions
ArgumentNullExceptionex or result is null.
ArgumentExceptionmessage is null, string.Empty or only consists of white spaces.

Property Documentation

◆ Result

DataPortalResult Csla.Server.DataPortalException.Result
get

Returns the DataPortalResult object from the server.

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