Excel for WinRT
ZStreamException Constructor(String,Exception)


Message that describes the exception.
Inner exception.
Initializes a new instance of a ZStreamException.
Syntax
'Declaration
 
Public Function New( _
   ByVal msg As System.String, _
   ByVal x As System.Exception _
)
'Usage
 
Dim msg As System.String
Dim x As System.Exception
 
Dim instance As New ZStreamException(msg, x)
public ZStreamException( 
   System.string msg,
   System.Exception x
)

Parameters

msg
Message that describes the exception.
x
Inner exception.
See Also

Reference

ZStreamException Class
ZStreamException Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback