C# Класс NSoft.NFramework.XmlData.Messages.XdsError

Показать файл Открыть проект

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