Interface IWrappedExceptionDataSource
Provides textual portable data about this exception which will be used in wrapped exception. Wrapped exceptions are used to marshall non serializable exceptions
Namespace: NFX
Assembly: NFX.dll
Syntax
public interface IWrappedExceptionDataSource
Methods
GetWrappedData()
Gets portable textual representation of exception data for inclusion in wrapped exception
Declaration
string GetWrappedData()
Returns
Type | Description |
---|---|
System.String |