C# 클래스 Patterns.ExceptionHandling.ExceptionState

Encapsulates the state of an exception being handled by the Try class.
파일 보기 프로젝트 열기: patterns-group/code-patterns 1 사용 예제들

공개 메소드들

메소드 설명
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