C# Класс Foretagsplatsen.Api.Exceptions.ApiException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ApiException() публичный Метод

public ApiException ( ) : System
Результат System

ApiException() публичный Метод

public ApiException ( ApiErrorType errorType ) : System
errorType ApiErrorType
Результат System

ApiException() публичный Метод

public ApiException ( Exception innerException, ApiErrorType errorType ) : System
innerException System.Exception
errorType ApiErrorType
Результат System

ApiException() публичный Метод

public ApiException ( string message ) : System
message string
Результат System

ApiException() публичный Метод

public ApiException ( string message, ApiErrorType errorType ) : System
message string
errorType ApiErrorType
Результат System

ApiException() публичный Метод

public ApiException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

ApiException() публичный Метод

public ApiException ( string message, Exception innerException, ApiErrorType errorType ) : System
message string
innerException System.Exception
errorType ApiErrorType
Результат System