Dreamine.Communication.Abstractions 1.0.2
Dreamine.Communication.Abstractions 공용 계약과 추상화를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Abstractions.Exceptions.CommunicationException 클래스 참조

더 자세히 ...

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

Public 멤버 함수

 CommunicationException ()
 CommunicationException (string message)
 CommunicationException (string message, Exception innerException)

상세한 설명

Dreamine Communication 계층에서 발생하는 예외의 기본 클래스입니다.

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

생성자 & 소멸자 문서화

◆ CommunicationException() [1/3]

Dreamine.Communication.Abstractions.Exceptions.CommunicationException.CommunicationException ( )
inline

CommunicationException 클래스의 새 인스턴스를 초기화합니다.

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

24 {
25 }

◆ CommunicationException() [2/3]

Dreamine.Communication.Abstractions.Exceptions.CommunicationException.CommunicationException ( string message)
inline

지정한 오류 메시지를 사용하여 CommunicationException 클래스의 새 인스턴스를 초기화합니다.

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

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

44 : base(message)
45 {
46 }

◆ CommunicationException() [3/3]

Dreamine.Communication.Abstractions.Exceptions.CommunicationException.CommunicationException ( string message,
Exception innerException )
inline

지정한 오류 메시지와 내부 예외를 사용하여 CommunicationException 클래스의 새 인스턴스를 초기화합니다.

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

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

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

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