Initializes a new instance of the NotAuthenticatedException class with the specified serialization and context information.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected NotAuthenticatedException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
An object that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization..::..StreamingContext
An object that contains contextual information about the source or destination.

See Also