C# 클래스 Foretagsplatsen.Api2.Exceptions.ApiException

상속: System.Exception
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

공개 메소드들

메소드 설명
ApiException ( string message ) : System
ApiException ( string message, Exception innerException ) : System
ApiException ( string message, string errorType ) : System
ApiException ( string message, string errorType, Exception innerException ) : System
ApiException ( string message, string errorType, string identifier ) : System
CreateFromJson ( string json ) : ApiException

메소드 상세

ApiException() 공개 메소드

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

ApiException() 공개 메소드

public ApiException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

ApiException() 공개 메소드

public ApiException ( string message, string errorType ) : System
message string
errorType string
리턴 System

ApiException() 공개 메소드

public ApiException ( string message, string errorType, Exception innerException ) : System
message string
errorType string
innerException System.Exception
리턴 System

ApiException() 공개 메소드

public ApiException ( string message, string errorType, string identifier ) : System
message string
errorType string
identifier string
리턴 System

CreateFromJson() 공개 정적인 메소드

public static CreateFromJson ( string json ) : ApiException
json string
리턴 ApiException