Accusoft.FormFix5.Net
DisposeException Constructor(String,Exception)




Initializes a new instance of the DisposeException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal inner As Exception _
)
'Usage
 
Dim message As String
Dim inner As Exception
 
Dim instance As New DisposeException(message, inner)
public DisposeException( 
   string message,
   Exception inner
)
public: DisposeException( 
   string* message,
   Exception* inner
)
public:
DisposeException( 
   String^ message,
   Exception^ inner
)

Parameters

message
inner
See Also

Reference

DisposeException Class
DisposeException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback