C# Class DotNetXri.Syntax.XRIParseException

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

Méthodes publiques

Méthode 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 méthode

Constructs a XRIParseException with a default message
public XRIParseException ( ) : System
Résultat System

XRIParseException() public méthode

Constructs a XRIParseException with the provided message
public XRIParseException ( string message ) : System
message string
Résultat System

XRIParseException() public méthode

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
Résultat System