RasException Class
From DotRas SDK
The exception that is thrown when a remote access service (RAS) error occurs.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class RasException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> Public Class RasException Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RasException : public Exception |
| F# |
|---|
[<SerializableAttribute>] type RasException = class inherit Exception end |
Inheritance Hierarchy
See Also