Accusoft.PrintProSdk Namespace > InvalidPrintPreviewException Class : InvalidPrintPreviewException Constructor |
Overload | Description |
---|---|
InvalidPrintPreviewException Constructor() | An exception generated for a invalid print preview error. |
InvalidPrintPreviewException Constructor(Int32) | Generated exception for a invalid print preview error with a given error number. |
InvalidPrintPreviewException Constructor(String) | Generated exception for a invalid print preview error with a given string. |
InvalidPrintPreviewException Constructor(Int32,String) | Generated exception for a invalid print preview error with a given error number and message. |
InvalidPrintPreviewException Constructor(String,Exception) | Generated exception for a invalid print preview error with a given message and inner exception. |