ValidationError Constructor(String,PersistableObject,String)
See Also 
SourceCode.Framework Namespace > ValidationError Class > ValidationError Constructor : ValidationError Constructor(String,PersistableObject,String)



message
owner
helpKeyword

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal message As String, _
   ByVal owner As PersistableObject, _
   ByVal helpKeyword As String _
)
Visual Basic (Usage) Copy Code
Dim message As String
Dim owner As PersistableObject
Dim helpKeyword As String
 
Dim instance As New ValidationError(message, owner, helpKeyword)
C#  
public ValidationError( 
   string message,
   PersistableObject owner,
   string helpKeyword
)
C++/CLI  
public:
ValidationError( 
   String^ message,
   PersistableObject^ owner,
   String^ helpKeyword
)

Parameters

message
owner
helpKeyword

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