C# Class Qyoto.QXmlParseException

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QXmlParseException ( Type dummy ) : System

Method Details

ColumnNumber() public méthode

public ColumnNumber ( ) : int
Résultat int

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LineNumber() public méthode

public LineNumber ( ) : int
Résultat int

Message() public méthode

public Message ( ) : string
Résultat string

PublicId() public méthode

public PublicId ( ) : string
Résultat string

QXmlParseException() public méthode

public QXmlParseException ( ) : System
Résultat System

QXmlParseException() public méthode

public QXmlParseException ( QXmlParseException other ) : System
other QXmlParseException
Résultat System

QXmlParseException() protected méthode

protected QXmlParseException ( Type dummy ) : System
dummy System.Type
Résultat System

QXmlParseException() public méthode

public QXmlParseException ( string name ) : System
name string
Résultat System

QXmlParseException() public méthode

public QXmlParseException ( string name, int c ) : System
name string
c int
Résultat System

QXmlParseException() public méthode

public QXmlParseException ( string name, int c, int l ) : System
name string
c int
l int
Résultat System

QXmlParseException() public méthode

public QXmlParseException ( string name, int c, int l, string p ) : System
name string
c int
l int
p string
Résultat System

QXmlParseException() public méthode

public QXmlParseException ( string name, int c, int l, string p, string s ) : System
name string
c int
l int
p string
s string
Résultat System

SystemId() public méthode

public SystemId ( ) : string
Résultat string

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation