17 references to XmlException
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
980
throw new
XmlException
(e.Message, e);
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (3)
111
throw new
XmlException
(SRSerialization.XmlInvalidBytes, ex);
531
throw new
XmlException
(SRSerialization.XmlInvalidBytes, e);
653
throw new
XmlException
(SRSerialization.XmlInvalidBytes, ex);
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
474
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(exception.Message, exception.InnerException));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1469
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(exception.Message, exception.InnerException));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (3)
264
return new
XmlException
(string.Format(SRSerialization.XmlInvalidConversionWithoutValue, type), exception);
269
return new
XmlException
(string.Format(SRSerialization.XmlInvalidConversion, value, type), exception);
279
return new
XmlException
(string.Format(SRSerialization.XmlInvalidUTF8Bytes, value), exception);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (3)
220
throw /*System.ServiceModel.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(string.Format(SR_IdentityModel.ErrorSerializingKeyIdentifier), e));
268
throw /*System.ServiceModel.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(string.Format(SR_IdentityModel.ErrorDeserializingKeyIdentifierClause), e));
310
throw /*System.ServiceModel.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(string.Format(SR_IdentityModel.ErrorSerializingKeyIdentifierClause), e));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (1)
271
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(exception.Message, (Exception)null));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
240
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(SRServiceModel.ErrorDeserializingTokenXml, e));
433
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
XmlException
(string.Format(SRServiceModel.ErrorDeserializingKeyIdentifierClauseFromTokenXml), e));
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlUtil.cs (2)
139
throw new
XmlException
(string.Format(SRServiceModel.XmlInvalidConversion, string.Empty, "DateTime"), exception);
143
throw new
XmlException
(string.Format(SRServiceModel.XmlInvalidConversion, string.Empty, "DateTime"), exception);