Base:
1 override of GetObjectData
System.Xaml (1)
System\Xaml\XamlException.cs (1)
168public override void GetObjectData(SerializationInfo info, StreamingContext context)
8 references to GetObjectData
System.Xaml (1)
System\Xaml\XamlException.cs (1)
173base.GetObjectData(info, context);
System.Xaml.Tests (7)
System\Xaml\XamlExceptionTests.cs (1)
82Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlInternalExceptionTests.cs (1)
62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlObjectReaderExceptionTests.cs (1)
62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlObjectWriterExceptionTests.cs (1)
62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlParseExceptionTests.cs (1)
62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlSchemaExceptionTests.cs (1)
62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlXmlWriterExceptionTests.cs (1)
62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));