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