C# 클래스 Kiwana.Plugins.PluginLoadFailedException

상속: System.Exception
파일 보기 프로젝트 열기: Banane9/Kiwana

공개 메소드들

메소드 설명
PluginLoadFailedException ( ) : System

Initializes a new instance of the PluginLoadFailedException class.

PluginLoadFailedException ( string message ) : System

Initializes a new instance of the PluginLoadFailedException class.

PluginLoadFailedException ( string message, Exception inner ) : System

Initializes a new instance of the PluginLoadFailedException class.

보호된 메소드들

메소드 설명
PluginLoadFailedException ( System info, System context ) : System

메소드 상세

PluginLoadFailedException() 공개 메소드

Initializes a new instance of the PluginLoadFailedException class.
public PluginLoadFailedException ( ) : System
리턴 System

PluginLoadFailedException() 보호된 메소드

protected PluginLoadFailedException ( System info, System context ) : System
info System
context System
리턴 System

PluginLoadFailedException() 공개 메소드

Initializes a new instance of the PluginLoadFailedException class.
public PluginLoadFailedException ( string message ) : System
message string The message of the .
리턴 System

PluginLoadFailedException() 공개 메소드

Initializes a new instance of the PluginLoadFailedException class.
public PluginLoadFailedException ( string message, Exception inner ) : System
message string The messsage of the .
inner System.Exception The inner .
리턴 System