C# Class Foretagsplatsen.Api.Exceptions.ApiException

Inheritance: System.Exception
Exibir arquivo Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Public Methods

Method Description
ApiException ( ) : System
ApiException ( ApiErrorType errorType ) : System
ApiException ( Exception innerException, ApiErrorType errorType ) : System
ApiException ( string message ) : System
ApiException ( string message, ApiErrorType errorType ) : System
ApiException ( string message, Exception innerException ) : System
ApiException ( string message, Exception innerException, ApiErrorType errorType ) : System

Method Details

ApiException() public method

public ApiException ( ) : System
return System

ApiException() public method

public ApiException ( ApiErrorType errorType ) : System
errorType ApiErrorType
return System

ApiException() public method

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

ApiException() public method

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

ApiException() public method

public ApiException ( string message, ApiErrorType errorType ) : System
message string
errorType ApiErrorType
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, Exception innerException, ApiErrorType errorType ) : System
message string
innerException System.Exception
errorType ApiErrorType
return System