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
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

메소드 설명
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