Edit

Share via


RemoteNonDeserializableException Class

Definition

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
RemoteNonDeserializableException
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.

Applies to