Skip to content

WrappedException Constructors

An exception class used by the Orleans runtime for reporting errors.

WrappedException(SerializationInfo, StreamingContext)

View source
[System.Obsolete]
protected WrappedException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the WrappedException class.

Parameters

infoSerializationInfo
The serialization info.
contextStreamingContext
The context.

Exceptions

System.Runtime.Serialization.SerializationException
The class name is null or System.Exception.HResult is zero (0).
System.ArgumentNullException
info is null.