Show / Hide Table of Contents

Class SDKException

SDKException is typically thrown for client-side errors.

Inheritance
System.Object
System.Exception
SDKException
Implements
System.Runtime.Serialization.ISerializable
Namespace: Adobe.DocumentCloud.Services.exception
Assembly: Adobe.DocumentCloud.Services.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

the 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

the detail message

System.Exception inner

the inner exception

Implements

System.Runtime.Serialization.ISerializable
Back to top Copyright © 2019 Adobe. All rights reserved.