InvalidHandleException Class
From DotRas SDK
The exception that is thrown when an invalid connection handle is used.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class InvalidHandleException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> Public Class InvalidHandleException Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class InvalidHandleException : public Exception |
| F# |
|---|
[<SerializableAttribute>] type InvalidHandleException = class inherit Exception end |
Inheritance Hierarchy
See Also