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...
|
| CallMethodException (string message, Exception ex) |
| Creates an instance of the type. More...
|
|
override void | GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Serializes the object. More...
|
|
|
| CallMethodException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Creates an instance of the object for deserialization. More...
|
|
|
override string | StackTrace [get] |
| Get the stack trace from the original exception. More...
|
|
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.
Definition at line 22 of file CallMethodException.cs.
◆ CallMethodException() [1/2]
Csla.Reflection.CallMethodException.CallMethodException |
( |
string |
message, |
|
|
Exception |
ex |
|
) |
| |
Creates an instance of the type.
- Parameters
-
message | Message text describing the exception. |
ex | Inner exception object. |
Definition at line 48 of file CallMethodException.cs.
◆ CallMethodException() [2/2]
Csla.Reflection.CallMethodException.CallMethodException |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
|
protected |
◆ GetObjectData()
override void Csla.Reflection.CallMethodException.GetObjectData |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
◆ StackTrace
override string Csla.Reflection.CallMethodException.StackTrace |
|
get |