C# Class Foretagsplatsen.Api.Exceptions.ApiServerException

Inheritance: ApiException
ファイルを表示 Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Public Methods

Method Description
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

Method Details

ApiServerException() public method

public ApiServerException ( ) : System
return System

ApiServerException() public method

public ApiServerException ( string message ) : System
message string
return System

ApiServerException() public method

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

ApiServerException() public method

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

CreateFromJson() public static method

public static CreateFromJson ( string json ) : ApiServerException
json string
return ApiServerException

FormatedMessage() public method

public FormatedMessage ( ) : string
return string