FabricInvalidForStatefulServicesException Constructors
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.
Overloads
FabricInvalidForStatefulServicesException()
public FabricInvalidForStatefulServicesException();
Public Sub New ()
Applies to
FabricInvalidForStatefulServicesException(String)
public FabricInvalidForStatefulServicesException(string message);
new System.Fabric.FabricInvalidForStatefulServicesException : string -> System.Fabric.FabricInvalidForStatefulServicesException
Public Sub New (message As String)
Parameters
- message
- System.String
Applies to
FabricInvalidForStatefulServicesException(String, Exception)
public FabricInvalidForStatefulServicesException(string message, Exception inner);
new System.Fabric.FabricInvalidForStatefulServicesException : string * Exception -> System.Fabric.FabricInvalidForStatefulServicesException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- System.String
- inner
- System.Exception
Applies to
FabricInvalidForStatefulServicesException(String, FabricErrorCode)
public FabricInvalidForStatefulServicesException(string message, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricInvalidForStatefulServicesException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricInvalidForStatefulServicesException
Public Sub New (message As String, errorCode As FabricErrorCode)
Parameters
- message
- System.String
- errorCode
- FabricErrorCode
Applies to
FabricInvalidForStatefulServicesException(String, Exception, FabricErrorCode)
public FabricInvalidForStatefulServicesException(string message, Exception inner, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricInvalidForStatefulServicesException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricInvalidForStatefulServicesException
Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)
Parameters
- message
- System.String
- inner
- System.Exception
- errorCode
- FabricErrorCode