C# 클래스 ModernApp4Me.Core.WebService.M4MCallException

The exception that will be thrown if any problem occurs during a web service call.
상속: System.Exception
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

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

메소드 상세

M4MCallException() 공개 메소드

public M4MCallException ( ) : System
리턴 System

M4MCallException() 공개 메소드

public M4MCallException ( Exception cause ) : System
cause System.Exception
리턴 System

M4MCallException() 공개 메소드

public M4MCallException ( Exception cause, int code ) : System
cause System.Exception
code int
리턴 System

M4MCallException() 공개 메소드

public M4MCallException ( String message ) : System
message String
리턴 System

M4MCallException() 공개 메소드

public M4MCallException ( String message, Exception cause ) : System
message String
cause System.Exception
리턴 System

M4MCallException() 공개 메소드

public M4MCallException ( String message, Exception cause, int code ) : System
message String
cause System.Exception
code int
리턴 System

M4MCallException() 공개 메소드

public M4MCallException ( String message, int code ) : System
message String
code int
리턴 System

M4MCallException() 공개 메소드

public M4MCallException ( int code ) : System
code int
리턴 System