FabricConnectionDeniedException 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 a connection request is denied by Service Fabric cluster or server.
[System.Serializable]
public class FabricConnectionDeniedException : System.Fabric.FabricException
[<System.Serializable>]
type FabricConnectionDeniedException = class
inherit FabricException
Public Class FabricConnectionDeniedException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricConnectionDeniedException() |
Initializes a new instance of FabricConnectionDeniedException class with error code Unknown. |
FabricConnectionDeniedException(FabricErrorCode) |
Initializes a new instance of FabricConnectionDeniedException class with a specified error code. |
FabricConnectionDeniedException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricConnectionDeniedException class from a serialized object data, with a specified context. |
FabricConnectionDeniedException(SerializationInfo, StreamingContext, FabricErrorCode) |
Initializes a new instance of FabricConnectionDeniedException class from a serialized object data, with specified context and error code. |
FabricConnectionDeniedException(String) |
Initializes a new instance of FabricConnectionDeniedException class with error code Unknown and a specified error message. |
FabricConnectionDeniedException(String, Exception) |
Initializes a new instance of FabricConnectionDeniedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
FabricConnectionDeniedException(String, Exception, FabricErrorCode) |
Initializes a new instance of FabricConnectionDeniedException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified error code. |
FabricConnectionDeniedException(String, FabricErrorCode) |
Initializes a new instance of FabricConnectionDeniedException class with specified error message and error code. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |
Applies to
Azure SDK for .NET