'Declaration Public Function New( _ ByVal sMessage As String, _ ByVal oInnerException As Exception _ )
public CompressionException( string sMessage, Exception oInnerException )
Parameters
- sMessage
- The exception message.
- oInnerException
- The inner exception.