PrintSystemException Constructor (Int32, String^, Exception^)

 

Initializes a new instance of the PrintSystemException class that provides a specific error code and error message, including the underlying cause of the exception.

Namespace:   System.Printing
Assembly:  ReachFramework (in ReachFramework.dll)

public:
PrintSystemException(
	int errorCode,
	String^ message,
	Exception^ innerException
)

Parameters

errorCode
Type: System::Int32

An Int32 that is interpreted as an HRESULT, a coded numerical value that is assigned to a specific exception.

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
Return to top
Show: