C# Класс DotNetXri.Syntax.XRIParseException

This class is used to indicate a parsing failure of an XRI syntax element.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
XRIParseException ( ) : System

Constructs a XRIParseException with a default message

XRIParseException ( string message ) : System

Constructs a XRIParseException with the provided message

XRIParseException ( string message, Exception exception ) : System

Constructs a XRIParseException with the provided message and based off of the provided Exception

Описание методов

XRIParseException() публичный Метод

Constructs a XRIParseException with a default message
public XRIParseException ( ) : System
Результат System

XRIParseException() публичный Метод

Constructs a XRIParseException with the provided message
public XRIParseException ( string message ) : System
message string
Результат System

XRIParseException() публичный Метод

Constructs a XRIParseException with the provided message and based off of the provided Exception
public XRIParseException ( string message, Exception exception ) : System
message string
exception System.Exception
Результат System