C# Класс 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.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( ) : System
Результат System

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( Exception cause ) : System
cause System.Exception
Результат System

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( Exception cause, int code ) : System
cause System.Exception
code int
Результат System

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( String message ) : System
message String
Результат System

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( String message, Exception cause ) : System
message String
cause System.Exception
Результат System

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( String message, Exception cause, int code ) : System
message String
cause System.Exception
code int
Результат System

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( String message, int code ) : System
message String
code int
Результат System

M4MConnectivityException() публичный Метод

public M4MConnectivityException ( int code ) : System
code int
Результат System