C# Class Rolcore.Net.WebMethods.WebMethodsHtmlResponseException

Inheritance: System.Exception
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
GetObjectData ( System info, System context ) : void
WebMethodsHtmlResponseException ( ) : System

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
Create ( WebMethodsHtmlResponseObject response ) : WebMethodsHtmlResponseException

Method Details

GetObjectData() public méthode

public GetObjectData ( System info, System context ) : void
info System
context System
Résultat void

WebMethodsHtmlResponseException() public méthode

public WebMethodsHtmlResponseException ( ) : System
Résultat System

WebMethodsHtmlResponseException() protected méthode

protected WebMethodsHtmlResponseException ( System info, System context ) : System
info System
context System
Résultat System

WebMethodsHtmlResponseException() protected méthode

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
Résultat System