EdgeNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
EdgeNotFoundException(String) |
Initializes a new instance of the EdgeNotFoundException class with a specified error message. |