DOFSecurityException Constructor OpenDOF Object Access Library
Overload List

  NameDescription
Public methodDOFSecurityException
Construct a DOFSecurityException with error code INTERNAL .
Public methodDOFSecurityException(Exception)
Construct a DOFSecurityException with error code INTERNAL and containing a cause.
Protected methodDOFSecurityException(Int32)
Constructs a DOFSecurityException with an error code.
Public methodDOFSecurityException(String)
Construct a DOFSecurityException with error code INTERNAL and containing an error message;
Protected methodDOFSecurityException(Int32, Exception)
Constructs a DOFSecurityException with an error code and a cause.
Protected methodDOFSecurityException(Int32, String)
Constructs an DOFSecurityException with an error code and a custom error message.
Public methodDOFSecurityException(String, Exception)
Construct a DOFSecurityException with error code INTERNAL and containing an error message and a cause.
Protected methodDOFSecurityException(Int32, String, Exception)
Construct a DOFSecurityException using an error code, an error message and a cause.
Top
See Also

Reference