FabricCannotConnectException 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 indicates that there is CannotConnect Error.
[System.Serializable]
public sealed class FabricCannotConnectException : System.Fabric.FabricException
[<System.Serializable>]
type FabricCannotConnectException = class
inherit FabricException
Public NotInheritable Class FabricCannotConnectException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricCannotConnectException() |
Initializes a new instance of FabricCannotConnectException class with error code FabricCannotConnect. |
FabricCannotConnectException(String) |
Initializes a new instance of FabricCannotConnectException class with error code FabricCannotConnect and a specified error message. |
FabricCannotConnectException(String, Exception, FabricErrorCode) |
Initializes a new instance of FabricCannotConnectException 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