public void GetObjectData_SerializationInfoArgumentNull_ThrowsException()
        {
            // Arrange
            var exception = new CompositeException();

            // Act
            exception.GetObjectData(null, new StreamingContext());
        }