[This is preliminary documentation and is subject to change.]
The WrappedExceptionData type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| WrappedExceptionData |
Initializes instance form local exception
|
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| ApplicationName |
Returns the name of remote application
| |
| Code |
Returns the code of remote NFX exception
| |
| InnerException |
Returns the inner remote exception if any
| |
| Message |
Returns the message of remote exception
| |
| Source |
Name of the object that caused the error
| |
| StackTrace |
Returns stack trace
| |
| TypeName |
Returns the name of remote exception type
|
See Also