Accusoft.PrintProSdk Namespace > CannotCreateCompatibleDeviceException Class : CannotCreateCompatibleDeviceException Constructor |
Overload | Description |
---|---|
CannotCreateCompatibleDeviceException Constructor() | An exception generated for a cannot create compatible device error. |
CannotCreateCompatibleDeviceException Constructor(Int32) | Generated exception for a cannot create compatible device error with a given error number. |
CannotCreateCompatibleDeviceException Constructor(String) | Generated exception for a cannot create compatible device error with a given string. |
CannotCreateCompatibleDeviceException Constructor(Int32,String) | Generated exception for a cannot create compatible device error with a given error number and message. |
CannotCreateCompatibleDeviceException Constructor(String,Exception) | Generated exception for a cannot create compatible device error with a given message and inner exception. |