Table of Contents

Class ShareTemplateException

Namespace
BoldSign.Api
Assembly
BoldSign.Api.dll

ShareTemplate exception.

public class ShareTemplateException : ApiException, ISerializable
Inheritance
ShareTemplateException
Implements
Inherited Members

Constructors

ShareTemplateException()

Initializes a new instance of the ShareTemplateException class.

public ShareTemplateException()

ShareTemplateException(int, ShareTemplateError)

Initializes a new instance of the ShareTemplateException class.

public ShareTemplateException(int errorCode, ShareTemplateError error)

Parameters

errorCode int

The HTTP status code.

error ShareTemplateError

The parsed error payload.

Properties

ShareTemplateError

Gets or sets the error content (body json object)

public ShareTemplateError ShareTemplateError { get; }

Property Value

ShareTemplateError

The error content (Http response body).