ActiveReports Developer 7
CompressionException Constructor(String)
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace > CompressionException Class > CompressionException Constructor : CompressionException Constructor(String)

sMessage
A message that describes the error.

Glossary Item Box

Initializes a new instance of the CompressionException class with the specified error message.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sMessage As System.String _
)
C# 
public CompressionException( 
   System.string sMessage
)

Parameters

sMessage
A message that describes the error.

See Also