ConnectionErrorEventArgs Class

Definition

Occurs when an error occurred during connection.

public ref class ConnectionErrorEventArgs : EventArgs
public class ConnectionErrorEventArgs : EventArgs
type ConnectionErrorEventArgs = class
    inherit EventArgs
Public Class ConnectionErrorEventArgs
Inherits EventArgs
Inheritance
ConnectionErrorEventArgs

Constructors

ConnectionErrorEventArgs(Exception)

Initializes a new instance of the ConnectionErrorEventArgs class with the specified exception parameter.

Properties

Exception

The exception that is thrown when an error occurred during .executing ConnectionErrorEventArgs.

Applies to