Share via


PermanentActivityException Class

Represents an exception from an activity.

Namespace: Microsoft.DataFactories.Runtime
Assembly: Microsoft.DataFactories.Runtime (in Microsoft.DataFactories.Runtime.dll)

Usage

'Usage
Dim instance As PermanentActivityException

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.DataFactories.Runtime.PermanentActivityException

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 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

PermanentActivityException Members
Microsoft.DataFactories.Runtime Namespace