C# Class DotNetXri.Syntax.XRIParseException

This class is used to indicate a parsing failure of an XRI syntax element.
Inheritance: System.Exception
Exibir arquivo Open project: AArnott/dotnetxri

Public Methods

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

Method Details

XRIParseException() public method

Constructs a XRIParseException with a default message
public XRIParseException ( ) : System
return System

XRIParseException() public method

Constructs a XRIParseException with the provided message
public XRIParseException ( string message ) : System
message string
return System

XRIParseException() public method

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
return System