CLab# 1.0 API Documentation

RuleException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the "RuleException" class.

protected RuleException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

SerializationInfo
The "System.Runtime.Serialization.SerializationInfo" that holds the serialized object data about the exception being thrown.
StreamingContext
The "System.Runtime.Serialization.StreamingContext" that contains contextual information about the source or destination.

Exceptions

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

See Also

RuleException Class | com.calitha.goldparser Namespace | RuleException Constructor Overload List