DOFErrorException Constructor OpenDOF Object Access Library
Overload List

  NameDescription
Public methodDOFErrorException
Construct a DOFErrorException with error code DOFException.FAILED .
Public methodDOFErrorException(Exception)
Construct a DOFErrorException with error code DOFException.FAILED and containing a cause.
Protected methodDOFErrorException(Int32)
Construct a DOFException using an error code.
Public methodDOFErrorException(String)
Construct a DOFErrorException with error code DOFException.FAILED and containing an error message.
Protected methodDOFErrorException(Int32, Exception)
Construct a DOFException using an error code and a cause.
Protected methodDOFErrorException(Int32, String)
Construct a DOFErrorException using an error code and error message.
Public methodDOFErrorException(String, Exception)
Construct a DOFErrorException with error code DOFException.FAILED and containing an error message and a cause.
Protected methodDOFErrorException(Int32, String, Exception)
Construct a DOFException using an error code, an error message and a cause.
Top
See Also

Reference