DOFException Constructor OpenDOF Object Access Library
Overload List

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

Reference