C# Class GitSMimeSign.SignClientException

An exception that happens as part of the sign client operation.
Inheritance: Exception
显示文件 Open project: glennawatson/GitSMimeSign

Public Methods

Method Description
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.

Method Details

SignClientException() public method

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

SignClientException() public method

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

SignClientException() public method

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.
return System