conaito Powerlight SDK 1.2

ConvertionException Constructor

Initializes a new instance of the ConvertionException class.

[Visual Basic]
Protected Overloads Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
ConvertionException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

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

Exceptions

Exception Type Condition
ArgumentNullException The info parameter is null.
SerializationException The class name is null or HResult is zero (0).

See Also

ConvertionException Class | Conaito.PowerLight.Exceptions Namespace