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