Class SDKException
SDKException
is typically thrown for client-side or network errors.
Inheritance
System.Object
System.Exception
SDKException
Implements
System.Runtime.Serialization.ISerializable
Namespace: Adobe.PDFServicesSDK.exception
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
[Serializable]
public class SDKException : Exception, ISerializable
Constructors
SDKException()
Constructs an SDKException
Declaration
public SDKException()
SDKException(String)
Constructs an SDKException
with the specified detail message.
Declaration
public SDKException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | error detail message |
SDKException(String, Exception)
Creates an SDKException
with the specified detail message and a reference to the inner exception that is the cause
of this exception
Declaration
public SDKException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | error detail message |
System.Exception | inner | inner exception |
Implements
System.Runtime.Serialization.ISerializable