System.Xml.XmlException.XmlException C# (CSharp) Méthode

XmlException() private méthode

private XmlException ( string res, string args ) : System
res string
args string
Résultat System
        internal XmlException(string res, string[] args) :
            this(res, args, null, 0, 0, null)
        { }

Same methods

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