PrintSystemException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the PrintSystemException class that provides a specific error message, including the underlying cause of the exception.
Assembly: ReachFramework (in ReachFramework.dll)
Parameters
- message
-
Type:
System::String^
A string that describes the error condition.
- innerException
-
Type:
System::Exception^
The underlying error condition that caused the exception.
.NET Framework
Available since 3.0
Available since 3.0
Show: