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