PermanentActivityException Constructor (String)

Initializes an instance of PermanentActivityException by using the message passes as an argument.

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

Usage

'Usage
Dim message As String

Dim instance As New PermanentActivityException(message)

Syntax

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

Parameters

  • message
    Error message.

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 Class
PermanentActivityException Members
Microsoft.DataFactories.Runtime Namespace