nexacro17 X-API for C#  1.0
Manual
Nexacro17.Xapi.Tx.PlatformException 클래스 참조

Exception를(을) 상속했습니다.

Public 멤버 함수

 PlatformException ()
 
 PlatformException (string message)
 
 PlatformException (String message, Exception innerException)
 

상세한 설명

Platform의 예외를 의미하는 Exception이다. writer : 이근태

생성자 & 소멸자 문서화

◆ PlatformException() [1/3]

Nexacro17.Xapi.Tx.PlatformException.PlatformException ( )

기본 생성자이다.

◆ PlatformException() [2/3]

Nexacro17.Xapi.Tx.PlatformException.PlatformException ( string  message)

메시지를 가지는 생성자이다.

매개변수
message메시지

◆ PlatformException() [3/3]

Nexacro17.Xapi.Tx.PlatformException.PlatformException ( String  message,
Exception  innerException 
)

메시지와 원천(cause) 예외를 가지는 생성자이다.

매개변수
message메시지
cause원천 예외