Smartsheet.Api.ResourceNotFoundException.ResourceNotFoundException C# (CSharp) Метод

ResourceNotFoundException() публичный Метод

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