C# Class Foretagsplatsen.Api2.Exceptions.ApiException

Inheritance: System.Exception
Show file Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Public Methods

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

Method Details

ApiException() public method

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

ApiException() public method

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

ApiException() public method

public ApiException ( string message, string errorType ) : System
message string
errorType string
return System

ApiException() public method

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

ApiException() public method

public ApiException ( string message, string errorType, string identifier ) : System
message string
errorType string
identifier string
return System

CreateFromJson() public static method

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