CffParsingException.CffParsingException

CffParsingException()

Initializes new CffParsingException object.

public CffParsingException()

See Also


CffParsingException(string)

Initializes new CffParsingException object.

public CffParsingException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


CffParsingException(string, Exception)

Initializes new CffParsingException object.

public CffParsingException(string message, Exception innerException)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also


CffParsingException(SerializationInfo, StreamingContext)

Initializes new CffParsingException object.

public CffParsingException(SerializationInfo info, StreamingContext context)
ParameterTypeDescription
infoSerializationInfoThe object that holds the serialized object data.
contextStreamingContextThe contextual information about the source or destination.

See Also