C# Класс BooRunner.Tools.FhtMultiplicationException

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

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

Метод Описание
FhtMultiplicationException ( string message ) : System

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

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

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

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

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

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

Initializes a new instance of the FhtMultiplicationException class with serialized data.
protected FhtMultiplicationException ( 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

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

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