System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.ThrowConversionException C# (CSharp) 메소드

ThrowConversionException() 개인적인 메소드

private ThrowConversionException ( string value, string type ) : void
value string
type string
리턴 void
        private void ThrowConversionException(string value, string type)
        {
            throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(XmlObjectSerializer.TryAddLineInfo(this, SR.Format(SR.XmlInvalidConversion, value, type))));
        }
XmlReaderDelegator.XmlReaderDelegator