'Declaration Public Function New( _ ByVal message As String _ )
'Declaration
Public Function New( _ ByVal message As String _ )
'Usage Dim message As String Dim instance As New TimeoutErrorException(message)
'Usage
Dim message As String Dim instance As New TimeoutErrorException(message)
public TimeoutErrorException( string message )
public: TimeoutErrorException( string* message )
public: TimeoutErrorException( String^ message )
TimeoutErrorException Class TimeoutErrorException Members Overload List
How can we improve?