ActiveReports 19 .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 _
)
 

Parameters

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