Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}WordWriterException is thrown by the Element.Search\(\) and Element.SearchAndReplace\(\) methods.

...

Signature
C#C#
{excerpt}
{signature:C#}
[Serializable]
 public sealed class WordWriterException : System.SystemException, System.Runtime.Serialization.ISerializable
Signature
{signature}{signature:vb.net
vb.net
}
<Serializable()> _
	Public NotInheritable Class WordWriterException
		Inherits System.SystemException
		Implements System.Runtime.Serialization.ISerializable
{signature}