System.Xml.XmlConvert.CreateException C# (CSharp) Method

CreateException() static private method

static private CreateException ( string res, ExceptionType exceptionType ) : Exception
res string
exceptionType ExceptionType
return 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