C# Класс Patterns.ExceptionHandling.ExceptionState

Encapsulates the state of an exception being handled by the Try class.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExceptionState ( Exception exception, bool isHandled ) : System

Initializes a new instance of the ExceptionState class.

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

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

Initializes a new instance of the ExceptionState class.
public ExceptionState ( Exception exception, bool isHandled ) : System
exception System.Exception The exception.
isHandled bool /// if set to true , the exception is handled. ///
Результат System