Exception thrown by the PortableFormatter.
Implements
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public class PortableSerializationException : Exception, ISerializable
Constructors
Name | Description |
---|---|
PortableSerializationException() | Initializes a new PortableSerializationException. |
PortableSerializationException(SerializationInfo, StreamingContext) | Deserialization constructor. |
PortableSerializationException(string) | Initializes a new PortableSerializationException and specifies the message. |
PortableSerializationException(string, Exception) | Initializes a new PortableSerializationException and specifies the message and inner exception. |