C# 클래스 Neuralm.Services.Common.Domain.NetworkConnectorIsNotYetStartedException

상속: Exception
파일 보기 프로젝트 열기: neuralm/Neuralm-Server

공개 메소드들

메소드 설명
NetworkConnectorIsNotYetStartedException ( string message ) : System

Initializes a new instance of the NetworkConnectorIsNotYetStartedException class.

보호된 메소드들

메소드 설명
NetworkConnectorIsNotYetStartedException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

NetworkConnectorIsNotYetStartedException() 보호된 메소드

protected NetworkConnectorIsNotYetStartedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

NetworkConnectorIsNotYetStartedException() 공개 메소드

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