CLab# 1.0 API Documentation

SymbolException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the "SymbolException" class.

protected SymbolException(
   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

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