C# Class ModernApp4Me.Core.WebService.M4MCallException

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

Méthodes publiques

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

public M4MCallException ( ) : System
Résultat System

M4MCallException() public méthode

public M4MCallException ( Exception cause ) : System
cause System.Exception
Résultat System

M4MCallException() public méthode

public M4MCallException ( Exception cause, int code ) : System
cause System.Exception
code int
Résultat System

M4MCallException() public méthode

public M4MCallException ( String message ) : System
message String
Résultat System

M4MCallException() public méthode

public M4MCallException ( String message, Exception cause ) : System
message String
cause System.Exception
Résultat System

M4MCallException() public méthode

public M4MCallException ( String message, Exception cause, int code ) : System
message String
cause System.Exception
code int
Résultat System

M4MCallException() public méthode

public M4MCallException ( String message, int code ) : System
message String
code int
Résultat System

M4MCallException() public méthode

public M4MCallException ( int code ) : System
code int
Résultat System