C# 클래스 DotNetXri.Syntax.XRIParseException

This class is used to indicate a parsing failure of an XRI syntax element.
상속: System.Exception
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
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