C# Class ModernApp4Me.Core.WebService.M4MCallException

The exception that will be thrown if any problem occurs during a web service call.
Inheritance: System.Exception
Datei anzeigen Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
M4MCallException ( ) : System
M4MCallException ( Exception cause ) : System
M4MCallException ( Exception cause, int code ) : System
M4MCallException ( String message ) : System
M4MCallException ( String message, Exception cause ) : System
M4MCallException ( String message, Exception cause, int code ) : System
M4MCallException ( String message, int code ) : System
M4MCallException ( int code ) : System

Method Details

M4MCallException() public method

public M4MCallException ( ) : System
return System

M4MCallException() public method

public M4MCallException ( Exception cause ) : System
cause System.Exception
return System

M4MCallException() public method

public M4MCallException ( Exception cause, int code ) : System
cause System.Exception
code int
return System

M4MCallException() public method

public M4MCallException ( String message ) : System
message String
return System

M4MCallException() public method

public M4MCallException ( String message, Exception cause ) : System
message String
cause System.Exception
return System

M4MCallException() public method

public M4MCallException ( String message, Exception cause, int code ) : System
message String
cause System.Exception
code int
return System

M4MCallException() public method

public M4MCallException ( String message, int code ) : System
message String
code int
return System

M4MCallException() public method

public M4MCallException ( int code ) : System
code int
return System