System.Xml.XmlConvert.CreateException C# (CSharp) Méthode

CreateException() static private méthode

static private CreateException ( string res, ExceptionType exceptionType ) : Exception
res string
exceptionType ExceptionType
Résultat System.Exception
        internal static Exception CreateException(string res, ExceptionType exceptionType)
        {
            return CreateException(res, exceptionType, 0, 0);
        }

Same methods

XmlConvert::CreateException ( string res, ExceptionType exceptionType, int lineNo, int linePos ) : Exception
XmlConvert::CreateException ( string res, string arg, ExceptionType exceptionType ) : Exception
XmlConvert::CreateException ( string res, string arg, ExceptionType exceptionType, int lineNo, int linePos ) : Exception