C# Класс Utilities.BoolMessageEx

Tuple to store Boolean, string errorMessage, and Exception object.
Наследование: BoolMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
False BoolMessageEx
True BoolMessageEx

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

Метод Описание
BoolMessageEx ( bool successs, Exception ex, string message ) : System

Initializes a new instance of the BoolMessageItem<T> class.

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

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

Initializes a new instance of the BoolMessageItem<T> class.
public BoolMessageEx ( bool successs, Exception ex, string message ) : System
successs bool if set to true [success].
ex System.Exception The exception.
message string The errorMessage.
Результат System

Описание свойств

False публичное статическое свойство

False errorMessage.
public static BoolMessageEx,Utilities False
Результат BoolMessageEx

True публичное статическое свойство

True errorMessage.
public static BoolMessageEx,Utilities True
Результат BoolMessageEx