C# Class Rolcore.Net.WebMethods.WebMethodsCommunicationException

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

Public Methods

Method Description
WebMethodsCommunicationException ( ) : System
WebMethodsCommunicationException ( string message ) : System
WebMethodsCommunicationException ( string message, Exception inner ) : System

Protected Methods

Method Description
WebMethodsCommunicationException ( System info, System context ) : System

Method Details

WebMethodsCommunicationException() public method

public WebMethodsCommunicationException ( ) : System
return System

WebMethodsCommunicationException() protected method

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

WebMethodsCommunicationException() public method

public WebMethodsCommunicationException ( string message ) : System
message string
return System

WebMethodsCommunicationException() public method

public WebMethodsCommunicationException ( string message, Exception inner ) : System
message string
inner System.Exception
return System