C# 클래스 ReactiveUI.UnhandledErrorException

Indicates that an object implementing IHandleObservableErrors has errored and nothing is attached to IHandleObservableErrors.ThrownExceptions to handle that error.
상속: System.Exception
파일 보기 프로젝트 열기: reactiveui/ReactiveUI

공개 메소드들

메소드 설명
UnhandledErrorException ( ) : System

Creates a new instance of UnhandledErrorException.

UnhandledErrorException ( string message ) : System

Creates a new instance of UnhandledErrorException.

UnhandledErrorException ( string message, Exception innerException ) : System

Creates a new instance of UnhandledErrorException.

메소드 상세

UnhandledErrorException() 공개 메소드

Creates a new instance of UnhandledErrorException.
public UnhandledErrorException ( ) : System
리턴 System

UnhandledErrorException() 공개 메소드

Creates a new instance of UnhandledErrorException.
public UnhandledErrorException ( string message ) : System
message string /// The exception message. ///
리턴 System

UnhandledErrorException() 공개 메소드

Creates a new instance of UnhandledErrorException.
public UnhandledErrorException ( string message, Exception innerException ) : System
message string /// The exception message. ///
innerException System.Exception /// The exception that caused this exception. ///
리턴 System