DeploymentEventLogEntry Constructor(String,String,Exception)
See Also 
SourceCode.DeploymentTasks.SharePoint.WorkflowIntegration Namespace > DeploymentEventLogEntry Class > DeploymentEventLogEntry Constructor : DeploymentEventLogEntry Constructor(String,String,Exception)



source
message
exception

Glossary Item Box

Initializes a new instance of the DeploymentExceptions class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal source As String, _
   ByVal message As String, _
   ByVal exception As Exception _
)
Visual Basic (Usage)Copy Code
Dim source As String
Dim message As String
Dim exception As Exception
 
Dim instance As New DeploymentEventLogEntry(source, message, exception)
C# 
public DeploymentEventLogEntry( 
   string source,
   string message,
   Exception exception
)
C++/CLI 
public:
DeploymentEventLogEntry( 
   String^ source,
   String^ message,
   Exception^ exception
)

Parameters

source
message
exception

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also