System.Xml.Schema.XmlSchemaException.XmlSchemaException C# (CSharp) Méthode

XmlSchemaException() public méthode

public XmlSchemaException ( ) : System
Résultat System
        public XmlSchemaException() : this(null) {
        }

Same methods

XmlSchemaException::XmlSchemaException ( SerializationInfo info, StreamingContext context ) : System
XmlSchemaException::XmlSchemaException ( String message ) : System
XmlSchemaException::XmlSchemaException ( String message, Exception innerException ) : System
XmlSchemaException::XmlSchemaException ( String message, Exception innerException, int lineNumber, int linePosition ) : System
XmlSchemaException::XmlSchemaException ( string res, XmlSchemaObject source ) : System
XmlSchemaException::XmlSchemaException ( string res, string args ) : System
XmlSchemaException::XmlSchemaException ( string res, string args, Exception innerException, string sourceUri, int lineNumber, int linePosition, XmlSchemaObject source ) : System
XmlSchemaException::XmlSchemaException ( string res, string arg, XmlSchemaObject source ) : System
XmlSchemaException::XmlSchemaException ( string res, string sourceUri, int lineNumber, int linePosition ) : System
XmlSchemaException::XmlSchemaException ( string res, string arg, string sourceUri, int lineNumber, int linePosition ) : System