C# Class NSoft.NFramework.XmlData.Messages.XdsError

Mostra file Open project: debop/NFramework

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

ToString() public method

Return string that represent current object
public ToString ( ) : string
return string

XdsError() public method

Constructor
public XdsError ( ) : System
return System

XdsError() public method

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

XdsError() public method

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
return System