SerializerException Class

Definition

Base exception for any serializer exception.

[Orleans.GenerateSerializer]
[System.Serializable]
public class SerializerException : Exception
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type SerializerException = class
    inherit Exception
Public Class SerializerException
Inherits Exception
Inheritance
SerializerException
Derived
Attributes

Constructors

SerializerException()

Initializes a new instance of the SerializerException class.

SerializerException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the SerializerException class.

SerializerException(String)

Initializes a new instance of the SerializerException class.

SerializerException(String, Exception)

Initializes a new instance of the SerializerException class.

Applies to