C# Класс Keyczar.Util.WebSafeBase64.Base64DecodingException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
Base64DecodingException ( ) : System

Initializes a new instance of the Base64DecodingException class.

Base64DecodingException ( string message ) : System

Initializes a new instance of the Base64DecodingException class.

Base64DecodingException ( string message, Exception innerException ) : System

Initializes a new instance of the Base64DecodingException class.

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

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

Initializes a new instance of the Base64DecodingException class.

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

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

Initializes a new instance of the Base64DecodingException class.
public Base64DecodingException ( ) : System
Результат System

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

Initializes a new instance of the Base64DecodingException class.
protected Base64DecodingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
Результат System

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

Initializes a new instance of the Base64DecodingException class.
public Base64DecodingException ( string message ) : System
message string The message.
Результат System

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

Initializes a new instance of the Base64DecodingException class.
public Base64DecodingException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System