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
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
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