C# Класс DotNetXri.Client.Resolve.Exception.XRIResolutionException

Base class for exceptions thrown during XRI Resolution
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
XRIResolutionException ( string message )

Constructs an exception with the given message.

XRIResolutionException ( string message, System exception )

Constructs an exception with the given message and underlying exception.

XRIResolutionException ( string statusCode, string message )
getStatus ( ) : string

Returns the status.

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

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

Constructs an exception with the given message.
public XRIResolutionException ( string message )
message string

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

Constructs an exception with the given message and underlying exception.
public XRIResolutionException ( string message, System exception )
message string
exception System

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

public XRIResolutionException ( string statusCode, string message )
statusCode string
message string

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

Returns the status.
public getStatus ( ) : string
Результат string