GetDiagnosticSettingsNotSupportedFault Constructor (Uri, String)

 

Initializes a new instance of the GetDiagnosticSettingsNotSupportedFault class.

Namespace:   Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

public GetDiagnosticSettingsNotSupportedFault(
    Uri name,
    string errorMessage
)
public:
GetDiagnosticSettingsNotSupportedFault(
    Uri^ name,
    String^ errorMessage
)
new : 
        name:Uri *
        errorMessage:string -> GetDiagnosticSettingsNotSupportedFault
Public Sub New (
    name As Uri,
    errorMessage As String
)

Parameters

  • name
    Type: System.Uri

    The name of the object whose diagnostic settings cannot be returned.

  • errorMessage
    Type: System.String

    The message that describes the error condition.

See Also

GetDiagnosticSettingsNotSupportedFault Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top