C# Class ModernApp4Me.Core.LifeCycle.M4MConnectivityException

This exception should be triggered on the framework methods which allow to throw it, when a business object is not accessible. This exception should be triggered on the framework methods which allow to throw it, when the user do not have an internet connection.
Inheritance: System.Exception
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
M4MConnectivityException ( ) : System
M4MConnectivityException ( Exception cause ) : System
M4MConnectivityException ( Exception cause, int code ) : System
M4MConnectivityException ( String message ) : System
M4MConnectivityException ( String message, Exception cause ) : System
M4MConnectivityException ( String message, Exception cause, int code ) : System
M4MConnectivityException ( String message, int code ) : System
M4MConnectivityException ( int code ) : System

Method Details

M4MConnectivityException() public méthode

public M4MConnectivityException ( ) : System
Résultat System

M4MConnectivityException() public méthode

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

M4MConnectivityException() public méthode

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

M4MConnectivityException() public méthode

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

M4MConnectivityException() public méthode

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

M4MConnectivityException() public méthode

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

M4MConnectivityException() public méthode

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

M4MConnectivityException() public méthode

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