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

This exception is returned from the CallMethod method in the server-side DataPortal and contains the exception thrown by the underlying business object method that was being invoked. More...

Inheritance diagram for Csla.Reflection.CallMethodException:

Public Member Functions

 CallMethodException (string? message, Exception ex)
 Creates an instance of the type.

Properties

override string StackTrace [get]
 Get the stack trace from the original exception.

Detailed Description

This exception is returned from the CallMethod method in the server-side DataPortal and contains the exception thrown by the underlying business object method that was being invoked.

Constructor & Destructor Documentation

◆ CallMethodException()

Csla.Reflection.CallMethodException.CallMethodException ( string? message,
Exception ex )
inline

Creates an instance of the type.

Parameters
messageMessage text describing the exception.
exInner exception object.
Exceptions
ArgumentNullExceptionex is null.

Property Documentation

◆ StackTrace

override string Csla.Reflection.CallMethodException.StackTrace
get

Get the stack trace from the original exception.


The documentation for this class was generated from the following file: