C# Класс Amazon.Runtime.SignatureException

Наследование: Amazon.Runtime.Internal.Auth.SignatureException
Показать файл Открыть проект

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

Метод Описание
SignatureException ( string message ) : System
SignatureException ( string message, Exception innerException ) : System

Защищенные методы

Метод Описание
SignatureException ( System info, System context ) : System

Constructs a new instance of the SignatureException class with serialized data.

Описание методов

SignatureException() защищенный Метод

Constructs a new instance of the SignatureException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected SignatureException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
Результат System

SignatureException() публичный Метод

public SignatureException ( string message ) : System
message string
Результат System

SignatureException() публичный Метод

public SignatureException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System