C# 클래스 Smartsheet.Api.Internal.Json.JsonSerializationException

상속: Smartsheet.Api.SmartsheetException
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
JsonSerializationException ( Exception e ) : System
JsonSerializationException ( string message ) : System
JsonSerializationException ( string message, Exception cause ) : System

메소드 상세

JsonSerializationException() 공개 메소드

public JsonSerializationException ( Exception e ) : System
e System.Exception
리턴 System

JsonSerializationException() 공개 메소드

public JsonSerializationException ( string message ) : System
message string
리턴 System

JsonSerializationException() 공개 메소드

public JsonSerializationException ( string message, Exception cause ) : System
message string
cause System.Exception
리턴 System