RemoteNonDeserializableException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an exception which cannot be fully deserialized.
[System.Serializable]
public class RemoteNonDeserializableException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type RemoteNonDeserializableException = class
inherit OrleansException
Public Class RemoteNonDeserializableException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
RemoteNonDeserializableException() | |
RemoteNonDeserializableException(SerializationInfo, StreamingContext) |
Properties
AdditionalData |
Gets or sets the additional data deserialized alongside this instance, for example, exception subclass fields. |
OriginalTypeName |
Gets the type name of the original Exception represented by this instance. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
When overridden in a derived class, sets the SerializationInfo with information about the exception. |
ToString() |
Returns a String representation of this instance. |