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