C# 클래스 System.Xml.Schema.XmlSchemaException

상속: System.SystemException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateMessage string
GetObjectData void
SetResourceId void
SetSchemaObject void
SetSource void
SetSource void
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System

공개 메소드들

메소드 설명
XmlSchemaException ( ) : System
XmlSchemaException ( String message ) : System
XmlSchemaException ( String message, Exception innerException ) : System
XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System

보호된 메소드들

메소드 설명
XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
CreateMessage ( string res, string args ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetResourceId ( string resourceId ) : void
SetSchemaObject ( XmlSchemaObject source ) : void
SetSource ( XmlSchemaObject source ) : void
SetSource ( string sourceUri, int lineNumber, int linePosition ) : void
XmlSchemaException ( string res, XmlSchemaObject source ) : System
XmlSchemaException ( string res, string args ) : System
XmlSchemaException ( string res, string args, Exception innerException, string sourceUri, int lineNumber, int linePosition, XmlSchemaObject source ) : System
XmlSchemaException ( string res, string arg, XmlSchemaObject source ) : System
XmlSchemaException ( string res, string sourceUri, int lineNumber, int linePosition ) : System
XmlSchemaException ( string res, string arg, string sourceUri, int lineNumber, int linePosition ) : System

메소드 상세

XmlSchemaException() 공개 메소드

public XmlSchemaException ( ) : System
리턴 System

XmlSchemaException() 보호된 메소드

protected XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

XmlSchemaException() 공개 메소드

public XmlSchemaException ( String message ) : System
message String
리턴 System

XmlSchemaException() 공개 메소드

public XmlSchemaException ( String message, Exception innerException ) : System
message String
innerException Exception
리턴 System

XmlSchemaException() 공개 메소드

public XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System
message String
innerException Exception
lineNumber int
linePosition int
리턴 System