Dreamine.Communication.Serial 1.0.2
Dreamine.Communication.Serial 통신 기능과 관련 API를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Serial.Exceptions.SerialCommunicationException 클래스 참조sealed

더 자세히 ...

Dreamine.Communication.Serial.Exceptions.SerialCommunicationException에 대한 상속 다이어그램 :
Dreamine.Communication.Serial.Exceptions.SerialCommunicationException에 대한 협력 다이어그램:

Public 멤버 함수

 SerialCommunicationException ()
 SerialCommunicationException (string message)
 SerialCommunicationException (string message, Exception innerException)

상세한 설명

시리얼 포트 연결, 송수신 또는 설정 과정에서 발생한 통신 오류를 나타냅니다.

SerialCommunicationException.cs 파일의 14 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ SerialCommunicationException() [1/3]

Dreamine.Communication.Serial.Exceptions.SerialCommunicationException.SerialCommunicationException ( )
inline

기본 메시지로 새 시리얼 통신 예외를 초기화합니다.

SerialCommunicationException.cs 파일의 24 번째 라인에서 정의되었습니다.

25 {
26 }

◆ SerialCommunicationException() [2/3]

Dreamine.Communication.Serial.Exceptions.SerialCommunicationException.SerialCommunicationException ( string message)
inline

지정한 오류 메시지로 새 시리얼 통신 예외를 초기화합니다.

매개변수
message오류 원인을 설명하는 메시지입니다.

SerialCommunicationException.cs 파일의 44 번째 라인에서 정의되었습니다.

45 : base(message)
46 {
47 }

◆ SerialCommunicationException() [3/3]

Dreamine.Communication.Serial.Exceptions.SerialCommunicationException.SerialCommunicationException ( string message,
Exception innerException )
inline

지정한 오류 메시지와 내부 예외로 새 시리얼 통신 예외를 초기화합니다.

매개변수
message오류 원인을 설명하는 메시지입니다.
innerException현재 오류의 원인이 된 예외입니다.

SerialCommunicationException.cs 파일의 73 번째 라인에서 정의되었습니다.

74 : base(message, innerException)
75 {
76 }

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: