Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}All methods in the ExcelWriter API can throw an exception of type ExcelWriterException.{excerpt}
{signature:C#}
[Serializable]
 public sealed class ExcelWriterException : System.Exception, System.Runtime.Serialization.ISerializable
{signature}{signature:vb.net}
<Serializable()> _
	Public NotInheritable Class ExcelWriterException
		Inherits System.Exception
		Implements System.Runtime.Serialization.ISerializable
{signature}