Description
All methods in the ExcelWriter API can throw an exception of type ExcelWriterException.
C#
<p><a class = "unresolved" href= "#" >Serializable</a><br /> public sealed class ExcelWriterException : System.Exception, System.Runtime.Serialization.ISerializable</p> |
vb.net
<p><Serializable()> _<br /> Public NotInheritable Class ExcelWriterException<br /> Inherits System.Exception<br /> Implements System.Runtime.Serialization.ISerializable</p> |