CompressionException Constructor(String,Exception)
Initializes a new instance of the
CompressionException class.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Exception _
)
Parameters
- sMessage
- The exception message.
- oInnerException
- The inner exception.