C# 클래스 NSoft.NFramework.XmlData.Messages.XdsError

파일 보기 프로젝트 열기: debop/NFramework

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToString ( ) : string

Return string that represent current object

XdsError ( ) : System

Constructor

XdsError ( Exception ex ) : System

Initialize a new instance of XdsError with Exception

XdsError ( int code, string msg, string stackTrace, string source ) : System

Constructor

메소드 상세

ToString() 공개 메소드

Return string that represent current object
public ToString ( ) : string
리턴 string

XdsError() 공개 메소드

Constructor
public XdsError ( ) : System
리턴 System

XdsError() 공개 메소드

Initialize a new instance of XdsError with Exception
public XdsError ( Exception ex ) : System
ex System.Exception instance of
리턴 System

XdsError() 공개 메소드

Constructor
public XdsError ( int code, string msg, string stackTrace, string source ) : System
code int Error code
msg string Error message
stackTrace string Stack trace
source string Error source
리턴 System