Smartsheet.Api.ServiceUnavailableException.ServiceUnavailableException C# (CSharp) Method

ServiceUnavailableException() public method

Constructor.
public ServiceUnavailableException ( Api.Models.Error error )
error Api.Models.Error the Error object from Smartsheet REST API
        public ServiceUnavailableException(Error error)
            : base(error)
        {
        }
ServiceUnavailableException