Dreamine.Communication.Serial
1.0.2
Dreamine.Communication.Serial 통신 기능과 관련 API를 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
SerialCommunicationException.cs
이 파일의 문서화 페이지로 가기
1
using
System;
2
using
Dreamine.Communication.Abstractions.Exceptions;
3
4
namespace
Dreamine.Communication.Serial.Exceptions
;
5
14
public
sealed
class
SerialCommunicationException
: CommunicationException
15
{
24
public
SerialCommunicationException
()
25
{
26
}
27
44
public
SerialCommunicationException
(
string
message)
45
: base(message)
46
{
47
}
48
73
public
SerialCommunicationException
(
string
message, Exception innerException)
74
: base(message, innerException)
75
{
76
}
77
}
Dreamine.Communication.Serial.Exceptions
Definition
SerialCommunicationException.cs:4
Dreamine.Communication.Serial.Exceptions.SerialCommunicationException.SerialCommunicationException
SerialCommunicationException(string message)
Definition
SerialCommunicationException.cs:44
Dreamine.Communication.Serial.Exceptions.SerialCommunicationException.SerialCommunicationException
SerialCommunicationException(string message, Exception innerException)
Definition
SerialCommunicationException.cs:73
Dreamine.Communication.Serial.Exceptions.SerialCommunicationException.SerialCommunicationException
SerialCommunicationException()
Definition
SerialCommunicationException.cs:24
Exceptions
SerialCommunicationException.cs
다음에 의해 생성됨 :
1.17.0