C# 클래스 Qyoto.QXmlParseException

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QXmlParseException ( Type dummy ) : System

메소드 상세

ColumnNumber() 공개 메소드

public ColumnNumber ( ) : int
리턴 int

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LineNumber() 공개 메소드

public LineNumber ( ) : int
리턴 int

Message() 공개 메소드

public Message ( ) : string
리턴 string

PublicId() 공개 메소드

public PublicId ( ) : string
리턴 string

QXmlParseException() 공개 메소드

public QXmlParseException ( ) : System
리턴 System

QXmlParseException() 공개 메소드

public QXmlParseException ( QXmlParseException other ) : System
other QXmlParseException
리턴 System

QXmlParseException() 보호된 메소드

protected QXmlParseException ( Type dummy ) : System
dummy System.Type
리턴 System

QXmlParseException() 공개 메소드

public QXmlParseException ( string name ) : System
name string
리턴 System

QXmlParseException() 공개 메소드

public QXmlParseException ( string name, int c ) : System
name string
c int
리턴 System

QXmlParseException() 공개 메소드

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

QXmlParseException() 공개 메소드

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

QXmlParseException() 공개 메소드

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

SystemId() 공개 메소드

public SystemId ( ) : string
리턴 string

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation