Table of Contents

Constructor SerializationException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SerializationException()

Constructor.

public SerializationException()

SerializationException(string)

Constructor.

public SerializationException(string message)

Parameters

message string

Indicates the reason why the exception occurred.

SerializationException(string, Exception)

Constructor.

public SerializationException(string message, Exception inner)

Parameters

message string

Indicates the reason why the exception occurred.

inner Exception

The exception that is the cause of the current exception.

SerializationException(SerializationInfo, StreamingContext)

Constructs exception from serialized data.

protected SerializationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization information object holding the serialized object data in the name-value form.

context StreamingContext

The contextual information about the source or destination of the exception.