FabricEndpointNotFoundException 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 the specified endpoint is not found.
[System.Serializable]
public sealed class FabricEndpointNotFoundException : System.Fabric.FabricException
[<System.Serializable>]
type FabricEndpointNotFoundException = class
inherit FabricException
Public NotInheritable Class FabricEndpointNotFoundException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricEndpointNotFoundException() |
Initializes a new instance of FabricEndpointNotFoundException class with error code FabricEndpointNotFound. |
FabricEndpointNotFoundException(String) |
Initializes a new instance of FabricEndpointNotFoundException class with error code FabricEndpointNotFound and a specified error message. |
FabricEndpointNotFoundException(String, Exception) |
Initializes a new instance of FabricEndpointNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |
Applies to
Azure SDK for .NET