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

Afficher le fichier Open project: debop/NFramework

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Return string that represent current object
public ToString ( ) : string
Résultat string

XdsError() public méthode

Constructor
public XdsError ( ) : System
Résultat System

XdsError() public méthode

Initialize a new instance of XdsError with Exception
public XdsError ( Exception ex ) : System
ex System.Exception instance of
Résultat System

XdsError() public méthode

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
Résultat System