SerializerException 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.
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, Exception) |
Initializes a new instance of the SerializerException class. |
SerializerException(String) |
Initializes a new instance of the SerializerException class. |