Persimmon


ExceptionWrapper

Namespace: Persimmon
Attributes:
[<Sealed>]

Wrap exception for cross AppDomain.

Constructors

ConstructorDescription
new(ex)
Signature: ex:exn -> ExceptionWrapper

CompiledName: .ctor

Instance members

Instance memberDescription
x.FullTypeName
Signature: string

Get full type name of wrapped exception.

CompiledName: get_FullTypeName

x.InnerException
Signature: ExceptionWrapper option

Get inner exception of wrapped exception.

CompiledName: get_InnerException

x.Message
Signature: string

Get message of wrapped exception.

CompiledName: get_Message

x.StackTrace
Signature: string

Get stack trace of wrapped exception.

CompiledName: get_StackTrace

x.Unwrap
Signature: exn

Get wrapped exception.

CompiledName: get_Unwrap

Fork me on GitHub