Class ZlibException
A general purpose exception class for exceptions in the Zlib library.
Inheritance
System.Object
    System.Exception
    ZlibException
  Implements
System.Runtime.Serialization.ISerializable
  Inherited Members
      System.Exception.GetBaseException()
    
    
      System.Exception.GetType()
    
    
      System.Exception.ToString()
    
    
      System.Exception.Data
    
    
      System.Exception.HelpLink
    
    
      System.Exception.HResult
    
    
      System.Exception.InnerException
    
    
      System.Exception.Message
    
    
      System.Exception.Source
    
    
      System.Exception.StackTrace
    
    
      System.Exception.TargetSite
    
    
      System.Exception.SerializeObjectState
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: OfficeOpenXml.Packaging.Ionic.Zlib
Assembly: EPPlus.dll
Syntax
[Guid("ebc25cf6-9120-4283-b972-0e5520d0000E")]
public class ZlibException : Exception, ISerializableConstructors
ZlibException()
The ZlibException class captures exception information generated by the Zlib library.
Declaration
public ZlibException()ZlibException(String)
This ctor collects a message attached to the exception.
Declaration
public ZlibException(string s)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | s | the message for the exception. | 
Implements
      System.Runtime.Serialization.ISerializable