C# 클래스 Foretagsplatsen.Api.Exceptions.ApiServerException

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

공개 메소드들

메소드 설명
ApiServerException ( ) : System
ApiServerException ( string message ) : System
ApiServerException ( string message, ApiErrorType typeOfError, string identifier ) : System
ApiServerException ( string message, Exception innerException ) : System
CreateFromJson ( string json ) : ApiServerException
FormatedMessage ( ) : string

메소드 상세

ApiServerException() 공개 메소드

public ApiServerException ( ) : System
리턴 System

ApiServerException() 공개 메소드

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

ApiServerException() 공개 메소드

public ApiServerException ( string message, ApiErrorType typeOfError, string identifier ) : System
message string
typeOfError ApiErrorType
identifier string
리턴 System

ApiServerException() 공개 메소드

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

CreateFromJson() 공개 정적인 메소드

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

FormatedMessage() 공개 메소드

public FormatedMessage ( ) : string
리턴 string