Constructors
-
Throws
Exception(Type) Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown. -
Throws
Exception(Type, Creates a new instance of the ThrowsException class. Call this constructor when an exception of the wrong type was thrown.Exception) -
Throws
Exception(Type, THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.String, String, String) -
Throws
Exception(Type, protected THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.String, String, String, Exception)
Properties
-
Stack
Trace virtual Gets a string representation of the frames on the call stack at the time the current exception was thrown.