public DisposeException( string message, Exception inner )
public: DisposeException( String^ message, Exception^ inner )
'Declaration Public Function New( _ ByVal message As String, _ ByVal inner As Exception _ )
'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)
'Usage
Dim message As String Dim inner As Exception Dim instance As New DisposeException(message, inner)
DisposeException Class DisposeException Members Overload List
How can we improve?