WrappedException
class
Namespace: Orleans.Runtime
An exception class used by the Orleans runtime for reporting errors.
[Orleans.GenerateSerializer]public class WrappedException : OrleansExceptionRemarks
This is also the base class for any more specific exceptions raised by the Orleans runtime.
Constructors
WrappedException(string)Initializes a new instance of theWrappedExceptionclass.
Properties
OriginalExceptionTypeGets or sets the type of the original exception.
Methods
CreateAndRethrow(Exception)Creates a new instance of theWrappedExceptionclass and rethrows it using the provided exception's stack trace.GetObjectData(SerializationInfo, StreamingContext)When overridden in a derived class, sets theSystem.Runtime.Serialization.SerializationInfowith information about the exception.ToStringCreates and returns a string representation of the current exception.
