C# Class GitSMimeSign.SignClientException

An exception that happens as part of the sign client operation.
Inheritance: Exception
Afficher le fichier Open project: glennawatson/GitSMimeSign

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the SignClientException class.
public SignClientException ( ) : System
Résultat System

SignClientException() public méthode

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

SignClientException() public méthode

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.
Résultat System