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