C# Class System.Xml.Schema.XmlSchemaException

Inheritance: System.SystemException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CreateMessage string
GetObjectData void
SetResourceId void
SetSchemaObject void
SetSource void
SetSource void
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System
XmlSchemaException System

Méthodes publiques

Méthode Description
XmlSchemaException ( ) : System
XmlSchemaException ( String message ) : System
XmlSchemaException ( String message, Exception innerException ) : System
XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System

Méthodes protégées

Méthode Description
XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

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

Method Details

XmlSchemaException() public méthode

public XmlSchemaException ( ) : System
Résultat System

XmlSchemaException() protected méthode

protected XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

XmlSchemaException() public méthode

public XmlSchemaException ( String message ) : System
message String
Résultat System

XmlSchemaException() public méthode

public XmlSchemaException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System

XmlSchemaException() public méthode

public XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System
message String
innerException Exception
lineNumber int
linePosition int
Résultat System