C# Класс GitSMimeSign.SignClientException

An exception that happens as part of the sign client operation.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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