1 type derived from XamlXmlWriterException
System.Xaml.Tests (1)
System\Xaml\XamlXmlWriterExceptionTests.cs (1)
66private class SubXamlXmlWriterException : XamlXmlWriterException
24 instantiations of XamlXmlWriterException
System.Xaml (20)
System\Xaml\XamlXmlWriter.cs (20)
515throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterDuplicateMember, property.Name)); 744throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterPrefixAlreadyDefinedInCurrentScope, prefix)); 749throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterNamespaceAlreadyHasPrefixInCurrentScope, ns)); 783throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterWriteNotSupportedInCurrentState, "WriteObject")); 788throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterWriteNotSupportedInCurrentState, "WriteEndObject")); 793throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterWriteNotSupportedInCurrentState, "WriteStartMember")); 798throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterWriteNotSupportedInCurrentState, "WriteEndMember")); 803throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterWriteNotSupportedInCurrentState, "WriteValue")); 808throw new XamlXmlWriterException(SR.Format(SR.XamlXmlWriterWriteNotSupportedInCurrentState, "WriteNamespace")); 966throw new XamlXmlWriterException(SR.XamlXmlWriterWriteObjectNotSupportedInCurrentState); 1073throw new XamlXmlWriterException(SR.ExpandPositionalParametersinTypeWithNoDefaultConstructor); 1181throw new XamlXmlWriterException(SR.ExpandPositionalParametersinTypeWithNoDefaultConstructor); 1330throw new XamlXmlWriterException(SR.Format(SR.CannotWriteXmlSpacePreserveOnMember, frameWithXmlSpacePreserve.Member, value)); 1911throw new XamlXmlWriterException(SR.Format( 1923throw new XamlXmlWriterException(SR.ConstructorNotFoundForGivenPositionalParameters); 1943throw new XamlXmlWriterException(SR.ConstructorNotFoundForGivenPositionalParameters); 1951throw new XamlXmlWriterException(SR.ExpandPositionalParametersWithReadOnlyProperties); 1965throw new XamlXmlWriterException(SR.ConstructorNotFoundForGivenPositionalParameters); 1980throw new XamlXmlWriterException(SR.ConstructorNotFoundForGivenPositionalParameters); 1988throw new XamlXmlWriterException(SR.ConstructorNotFoundForGivenPositionalParameters);
System.Xaml.Tests (4)
System\Xaml\XamlXmlWriterExceptionTests.cs (4)
16var exception = new XamlXmlWriterException(); 26var exception = new XamlXmlWriterException("message"); 44var exception = new XamlXmlWriterException(message, innerException); 61var exception = new XamlXmlWriterException();
4 references to XamlXmlWriterException
System.Xaml.Tests (4)
System\Xaml\XamlXmlWriterExceptionTests.cs (4)
16var exception = new XamlXmlWriterException(); 26var exception = new XamlXmlWriterException("message"); 44var exception = new XamlXmlWriterException(message, innerException); 61var exception = new XamlXmlWriterException();