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