Initializes a new instance of the
InternalErrorException class.
Syntax
public InternalErrorException(
string
)
public:
InternalErrorException(
String^
)
Parameters
- message
- A string that describes the reason you are creating this exception object.
See Also