CompressionException Constructor(String)
In This Topic
Initializes a new instance of the
CompressionException class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public CompressionException(
string
)
Parameters
- sMessage
- The exception message.
See Also