RuntimeFault Constructor (String)

 

Initializes a new instance of the RuntimeFault class with the specified message.

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

Syntax

public RuntimeFault(
    string message
)
public:
RuntimeFault(
    String^ message
)
new : 
        message:string -> RuntimeFault
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    A String that contains the message providing information about the fault.

See Also

RuntimeFault Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top