ActivityWarning Constructor (String)

Initializes a new instance of the ActivityWarning class with a specified error message.

Namespace: Microsoft.SystemCenter.Orchestrator.Integration
Assembly: Microsoft.SystemCenter.Orchestrator.Integration (in Microsoft.SystemCenter.Orchestrator.Integration.dll)

Usage

'Usage
Dim message As String

Dim instance As New ActivityWarning(message)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public ActivityWarning (
    string message
)
public:
ActivityWarning (
    String^ message
)
public ActivityWarning (
    String message
)
public function ActivityWarning (
    message : String
)

Parameters

  • message
    The error message that explains the reason for the exception.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ActivityWarning Class
ActivityWarning Members
Microsoft.SystemCenter.Orchestrator.Integration Namespace