Interface IWrappedExceptionDataSource
Provides textual portable data about this exception which will be used in wrapped exception. Wrapped exceptions are used to marshal non serializable exceptions
Namespace: Azos
Assembly: Azos.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 |