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

XmlSchemaInferenceException() public méthode

public XmlSchemaInferenceException ( ) : System
Résultat System
        public XmlSchemaInferenceException() : base(null) 
        {
        }

Same methods

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