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



message
isWarning
owner

Glossary Item Box

Syntax

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

Parameters

message
isWarning
owner

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