C# 클래스 CmisSync.Lib.Cmis.UiUtils.LoginException

상속: System.Exception
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
LoginException ( ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.

LoginException ( Exception inner ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.

LoginException ( string message ) : System

Initializes a new instance of the CmisPermissionDeniedException class.

LoginException ( string message, Exception inner ) : System

Initializes a new instance of the CmisPermissionDeniedException class.

보호된 메소드들

메소드 설명
LoginException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CmisPermissionDeniedException class.

메소드 상세

LoginException() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.
public LoginException ( ) : System
리턴 System

LoginException() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.
public LoginException ( Exception inner ) : System
inner System.Exception Inner Exception.
리턴 System

LoginException() 보호된 메소드

Initializes a new instance of the CmisPermissionDeniedException class.
protected LoginException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
리턴 System

LoginException() 공개 메소드

Initializes a new instance of the CmisPermissionDeniedException class.
public LoginException ( string message ) : System
message string Message of the exception.
리턴 System

LoginException() 공개 메소드

Initializes a new instance of the CmisPermissionDeniedException class.
public LoginException ( string message, Exception inner ) : System
message string Message of the exception.
inner System.Exception Inner exception.
리턴 System