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
ファイルを表示 Open project: smartnsoft/ModernApp4Me

Public Methods

Method 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 method

public M4MConnectivityException ( ) : System
return System

M4MConnectivityException() public method

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

M4MConnectivityException() public method

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

M4MConnectivityException() public method

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

M4MConnectivityException() public method

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

M4MConnectivityException() public method

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

M4MConnectivityException() public method

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

M4MConnectivityException() public method

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