C# 클래스 Steeltoe.CloudFoundry.Connector.ConnectorException

상속: Exception
파일 보기 프로젝트 열기: SteeltoeOSS/Connectors

공개 메소드들

메소드 설명
ConnectorException ( string message ) : System
ConnectorException ( string message, Exception nested ) : System

메소드 상세

ConnectorException() 공개 메소드

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

ConnectorException() 공개 메소드

public ConnectorException ( string message, Exception nested ) : System
message string
nested Exception
리턴 System