'Declaration
Public Function New( _
ByVal message As System.String, _
ByVal innerException As System.Exception _
)
'Usage
Dim message As System.String
Dim innerException As System.Exception
Dim instance As New TimeoutErrorException(message, innerException)
public TimeoutErrorException(
System.string message,
System.Exception innerException
)
public TimeoutErrorException(
message: System.String;
innerException: System.Exception
);
public function TimeoutErrorException(
message : System.String,
innerException : System.Exception
);
public: TimeoutErrorException(
System.string* message,
System.Exception* innerException
)
public:
TimeoutErrorException(
System.String^ message,
System.Exception^ innerException
)