C# Class Rolcore.Net.WebMethods.WebMethodsHtmlResponseException

Inheritance: System.Exception
Exibir arquivo Open project: Rollins/Rolcore

Public Methods

Method Description
GetObjectData ( System info, System context ) : void
WebMethodsHtmlResponseException ( ) : System

Protected Methods

Method 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

Method Description
Create ( WebMethodsHtmlResponseObject response ) : WebMethodsHtmlResponseException

Method Details

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

WebMethodsHtmlResponseException() public method

public WebMethodsHtmlResponseException ( ) : System
return System

WebMethodsHtmlResponseException() protected method

protected WebMethodsHtmlResponseException ( System info, System context ) : System
info System
context System
return System

WebMethodsHtmlResponseException() protected method

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
return System