Initializes a new instance of the CompressionException class with the specified error message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public CompressionException(
string
)
Parameters
- sMessage
- A message that describes the error.
See Also