EdgeNotFoundException Class

Definition

The exception that is thrown when an Edge installation is missing.

[System.Serializable]
public class EdgeNotFoundException : Exception
[<System.Serializable>]
type EdgeNotFoundException = class
    inherit Exception
Public Class EdgeNotFoundException
Inherits Exception
Inheritance
EdgeNotFoundException
Attributes

Constructors

EdgeNotFoundException()

Initializes a new instance of the EdgeNotFoundException class.

EdgeNotFoundException(Exception)

Initializes a new instance of the EdgeNotFoundException class with a reference to the inner exception that is the cause of this exception.

EdgeNotFoundException(String)

Initializes a new instance of the EdgeNotFoundException class with a specified error message.

EdgeNotFoundException(String, Exception)

Initializes a new instance of the EdgeNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to