C# Класс Smartsheet.Api.SmartsheetException

This is the base class for all exceptions thrown from the Smartsheet SDK.

Thread safety: Exceptions are not thread safe.

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SmartsheetException ( Exception e ) : System

Instantiates a new Smartsheet exception.

SmartsheetException ( string message ) : System

Constructor.

SmartsheetException ( string message, Exception cause ) : System

Constructor.

Описание методов

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

Instantiates a new Smartsheet exception.

public SmartsheetException ( Exception e ) : System
e System.Exception the exception
Результат System

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

Constructor.

public SmartsheetException ( string message ) : System
message string the Message
Результат System

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

Constructor.

public SmartsheetException ( string message, Exception cause ) : System
message string the Message
cause System.Exception the cause
Результат System