C# Класс HandCoded.Meta.ConversionException

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

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

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

Initializes a new instance of the ConversionException class.

ConversionException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ConversionException class with serialized data.

ConversionException ( string message ) : System

Initializes a new instance of the ConversionException class with a specified error message.

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

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

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

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

Initializes a new instance of the ConversionException class with serialized data.
public ConversionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Результат System

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

Initializes a new instance of the ConversionException class with a specified error message.
public ConversionException ( string message ) : System
message string A message that describes the error.
Результат System