C# Class Qyoto.QXmlParseException

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
ColumnNumber ( ) : int
Dispose ( ) : void
LineNumber ( ) : int
Message ( ) : string
PublicId ( ) : string
QXmlParseException ( ) : System
QXmlParseException ( QXmlParseException other ) : System
QXmlParseException ( string name ) : System
QXmlParseException ( string name, int c ) : System
QXmlParseException ( string name, int c, int l ) : System
QXmlParseException ( string name, int c, int l, string p ) : System
QXmlParseException ( string name, int c, int l, string p, string s ) : System
SystemId ( ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QXmlParseException ( Type dummy ) : System

Method Details

ColumnNumber() public method

public ColumnNumber ( ) : int
return int

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

LineNumber() public method

public LineNumber ( ) : int
return int

Message() public method

public Message ( ) : string
return string

PublicId() public method

public PublicId ( ) : string
return string

QXmlParseException() public method

public QXmlParseException ( ) : System
return System

QXmlParseException() public method

public QXmlParseException ( QXmlParseException other ) : System
other QXmlParseException
return System

QXmlParseException() protected method

protected QXmlParseException ( Type dummy ) : System
dummy System.Type
return System

QXmlParseException() public method

public QXmlParseException ( string name ) : System
name string
return System

QXmlParseException() public method

public QXmlParseException ( string name, int c ) : System
name string
c int
return System

QXmlParseException() public method

public QXmlParseException ( string name, int c, int l ) : System
name string
c int
l int
return System

QXmlParseException() public method

public QXmlParseException ( string name, int c, int l, string p ) : System
name string
c int
l int
p string
return System

QXmlParseException() public method

public QXmlParseException ( string name, int c, int l, string p, string s ) : System
name string
c int
l int
p string
s string
return System

SystemId() public method

public SystemId ( ) : string
return string

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation