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