C# 클래스 DarkRift.Dispatching.DispatcherException

상속: Exception
파일 보기 프로젝트 열기: DarkRiftNetworking/DarkRift

공개 메소드들

메소드 설명
DispatcherException ( ) : System

Creates a new exception with no parameters.

DispatcherException ( string message ) : System

Creates a new exception with a message.

DispatcherException ( string message, Exception innerException ) : System

Creates a new exception with a message and inner exceptions.

메소드 상세

DispatcherException() 공개 메소드

Creates a new exception with no parameters.
public DispatcherException ( ) : System
리턴 System

DispatcherException() 공개 메소드

Creates a new exception with a message.
public DispatcherException ( string message ) : System
message string The message for the exception.
리턴 System

DispatcherException() 공개 메소드

Creates a new exception with a message and inner exceptions.
public DispatcherException ( string message, Exception innerException ) : System
message string The message for the exception.
innerException Exception The exception raised in the task.
리턴 System