DataSchemaError.PopulateMessage Method
Returns the error message string.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function PopulateMessage As String
'Usage
Dim returnValue As String
returnValue = Me.PopulateMessage()
protected virtual string PopulateMessage()
protected:
virtual String^ PopulateMessage()
protected function PopulateMessage() : String
Return Value
Type: System.String
.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.