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...
|
| override string | StackTrace [get] |
| | Get the stack trace from the original exception.
|
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.
◆ CallMethodException()
| Csla.Reflection.CallMethodException.CallMethodException |
( |
string? | message, |
|
|
Exception | ex ) |
|
inline |
Creates an instance of the type.
- Parameters
-
| message | Message text describing the exception. |
| ex | Inner exception object. |
- Exceptions
-
| ArgumentNullException | ex is null. |
◆ 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: