Class ShareTemplateException
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
errorCodeintThe HTTP status code.
errorShareTemplateErrorThe 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).