C# Class DotNetXri.Client.Resolve.Exception.XRIResolutionException

Base class for exceptions thrown during XRI Resolution
Inheritance: System.Exception
Datei anzeigen Open project: AArnott/dotnetxri

Public Methods

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

Method Details

XRIResolutionException() public method

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

XRIResolutionException() public method

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

XRIResolutionException() public method

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

getStatus() public method

Returns the status.
public getStatus ( ) : string
return string