ServerUnavailableException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the ServerUnavailableException class

Definition

Namespace: SysadminsLV.PKI.Exceptions
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public ServerUnavailableException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The object that holds the serialized object data.
context  StreamingContext
The contextual information about the source or destination.

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

See Also