C# Класс rosette_api.RosetteException

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

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

Метод Описание
GetObjectData ( System info, System context ) : void

GetObjectData override

RosetteException ( string message = null, int code, string requestid = null, string file = null, string line = null ) : System

RosetteException

RosetteException: Custom exception to describe an exception from the Rosette API.

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

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

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

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

RosetteException

RosetteException: Custom exception to describe an exception from the Rosette API.

public RosetteException ( string message = null, int code, string requestid = null, string file = null, string line = null ) : System
message string (string, optional): Message describing exception details
code int (int, optional): Code number of the exception
requestid string (string, optional): RequestID if there is one
file string (string, optional): Filename if in file
line string (string, optional): Line if in file
Результат System