C# Класс Rolcore.Net.WebMethods.WebMethodsHtmlResponseException

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

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

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

Защищенные методы

Метод Описание
WebMethodsHtmlResponseException ( System info, System context ) : System
WebMethodsHtmlResponseException ( string message, string errorDump, string localizedError, string errorType, string user, System.DateTime time, string details, string errorMessageId ) : System

Приватные методы

Метод Описание
Create ( WebMethodsHtmlResponseObject response ) : WebMethodsHtmlResponseException

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

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

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

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

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

WebMethodsHtmlResponseException() защищенный Метод

protected WebMethodsHtmlResponseException ( System info, System context ) : System
info System
context System
Результат System

WebMethodsHtmlResponseException() защищенный Метод

protected WebMethodsHtmlResponseException ( string message, string errorDump, string localizedError, string errorType, string user, System.DateTime time, string details, string errorMessageId ) : System
message string
errorDump string
localizedError string
errorType string
user string
time System.DateTime
details string
errorMessageId string
Результат System