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

...

Excerpt

All methods in the ExcelWriter API can throw an exception of type ExcelWriterException.

Signature
C#
C#
[Serializable]
 <p><a class="confluence-link unresolved" href="#">Serializable</a><br />
 public sealed class ExcelWriterException : System.Exception, System.Runtime.Serialization.ISerializable
ISerializable</p>
Signature
vb.net
vb.net
<Serializable<p>&lt;Serializable()>&gt; _<br />
	Public NotInheritable Class ExcelWriterExceptionExcelWriterException<br />
		Inherits System.ExceptionException<br />
		Implements System.Runtime.Serialization.ISerializable
ISerializable</p>