Initializes a new instance of a ZStreamException.
Namespace:
C1.C1Zip.ZLibAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public ZStreamException( string msg, Exception x ) |
Visual Basic |
---|
Public Sub New ( _ msg As String, _ x As Exception _ ) |
Parameters
- msg
- Type: System..::..String
Message that describes the exception.
- x
- Type: System..::..Exception
Inner exception.