ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / CompressionException Class / CompressionException Constructor / CompressionException Constructor(String,Exception)
The exception message.
The inner exception.

In This Topic
    CompressionException Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the CompressionException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sMessage As String, _
       ByVal oInnerException As Exception _
    )
    public CompressionException( 
       string sMessage,
       Exception oInnerException
    )

    Parameters

    sMessage
    The exception message.
    oInnerException
    The inner exception.
    See Also