Share via


ExtensionLoadError.Message Property

Gets the error message.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Message As String
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Property Value

Type: System.String
The error message.

.NET Framework Security

See Also

Reference

ExtensionLoadError Class

Microsoft.Data.Schema.Extensibility Namespace