C# 클래스 Microsoft.Ccr.Core.PortNotFoundException

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

공개 메소드들

메소드 설명
PortNotFoundException ( ) : System
PortNotFoundException ( IPort port, object posted ) : System
PortNotFoundException ( IPort port, object posted, string message ) : System
PortNotFoundException ( string message ) : System
PortNotFoundException ( string message, Exception innerException ) : System

메소드 상세

PortNotFoundException() 공개 메소드

public PortNotFoundException ( ) : System
리턴 System

PortNotFoundException() 공개 메소드

public PortNotFoundException ( IPort port, object posted ) : System
port IPort
posted object
리턴 System

PortNotFoundException() 공개 메소드

public PortNotFoundException ( IPort port, object posted, string message ) : System
port IPort
posted object
message string
리턴 System

PortNotFoundException() 공개 메소드

public PortNotFoundException ( string message ) : System
message string
리턴 System

PortNotFoundException() 공개 메소드

public PortNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System