C# 클래스 GitSMimeSign.SignClientException

An exception that happens as part of the sign client operation.
상속: Exception
파일 보기 프로젝트 열기: glennawatson/GitSMimeSign

공개 메소드들

메소드 설명
SignClientException ( ) : System

Initializes a new instance of the SignClientException class.

SignClientException ( string message ) : System

Initializes a new instance of the SignClientException class.

SignClientException ( string message, Exception innerException ) : System

Initializes a new instance of the SignClientException class.

메소드 상세

SignClientException() 공개 메소드

Initializes a new instance of the SignClientException class.
public SignClientException ( ) : System
리턴 System

SignClientException() 공개 메소드

Initializes a new instance of the SignClientException class.
public SignClientException ( string message ) : System
message string The message about the issue.
리턴 System

SignClientException() 공개 메소드

Initializes a new instance of the SignClientException class.
public SignClientException ( string message, Exception innerException ) : System
message string The message about the issue.
innerException Exception The inner exception.
리턴 System