RasException Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

System..::..Object
  System..::..Exception
    DotRas..::..RasException
      DotRas..::..RasDialException

See Also