C# Класс vortex.web.VortexAPIException

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

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

Метод Описание
VortexAPIException ( ) : System
VortexAPIException ( System info, System context ) : System
VortexAPIException ( string message ) : System
VortexAPIException ( string message, Exception innerException ) : System

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

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

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

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

public VortexAPIException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

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