ActivityWarning Class

Use ActivityWarning to throw an exception from an Activity that will notify Orchestrator that although the object did not run successfully, the failure should be reported as a warning instead of an error.

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

Usage

'Usage
Dim instance As ActivityWarning

Syntax

'Declaration
<SerializableAttribute> _
Public Class ActivityWarning
    Inherits Exception
[SerializableAttribute] 
public class ActivityWarning : Exception
[SerializableAttribute] 
public ref class ActivityWarning : public Exception
/** @attribute SerializableAttribute() */ 
public class ActivityWarning extends Exception
SerializableAttribute 
public class ActivityWarning extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.SystemCenter.Orchestrator.Integration.ActivityWarning

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ActivityWarning Members
Microsoft.SystemCenter.Orchestrator.Integration Namespace