Open sandboxFocus

Class PortableSerializationException

Exception thrown by the PortableFormatter.

Inheritance
PortableSerializationException
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.