Click or drag to resize

SmartTestException Constructor

Overload List
  NameDescription
Public methodSmartTestException
Initializes a new instance of the SmartTestException class.
Public methodSmartTestException(String)
Initializes a new instance of the SmartTestException class with a specified error message.
Public methodSmartTestException(String, Exception)
Initializes a new instance of the SmartTestException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodSmartTestException(String, Object)
Initializes a new instance of the SmartTestException class with a specified formatted error message.
Public methodSmartTestException(StringBuilder, Object)
Initializes a new instance of the SmartTestException class with a specified formatted error message.
Top
See Also