DataSchemaErrorTask Constructor (String)
Initializes a new instance of the DataSchemaErrorTask class. Constructs a task in the task list with passed in information.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New DataSchemaErrorTask(message)
public DataSchemaErrorTask(
string message
)
public:
DataSchemaErrorTask(
String^ message
)
public function DataSchemaErrorTask(
message : String
)
new :
message:string -> DataSchemaErrorTask
Parameters
- message
Type: System.String
The task text
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace