CadException.CadException

CadException(string)

Initializes a new instance of the CadException class.

public CadException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


CadException(string, Exception)

Initializes a new instance of the CadException class.

public CadException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also