RasErrorEventArgs Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Provides data for remote access service (RAS) error events.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
[SerializableAttribute]
public class RasErrorEventArgs : EventArgs
Visual Basic
<SerializableAttribute>
Public Class RasErrorEventArgs
	Inherits EventArgs
Visual C++
[SerializableAttribute]
public ref class RasErrorEventArgs : public EventArgs
F#
[<SerializableAttribute>]
type RasErrorEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DotRas..::..RasErrorEventArgs

See Also