Constructor for the TimerSettingsWriteException class that is used when this exception is being serialized, as when it's contents are being written to a file stream or log. The parameters are based on the .Net serialization library.

Namespace: ADDTimer
Assembly: ADDTimer (in ADDTimer.exe) Version: 1.2.0.0 (1.2.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
protected TimerSettingsWriteException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
TimerSettingsWriteException(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
SerializationInfo
(System.Runtime.Serialization.SerializationInfo object containing the data required to serialize and de-serialize the exception object.
context
StreamingContext
System.Runtime.Serialization.StreamingContext provides information about the source and desination.

See Also