ExtensionLoadError.Message 属性

获取错误消息。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property Message As String
    Get
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

属性值

类型:System.String
错误信息。

.NET Framework 安全性

请参见

参考

ExtensionLoadError 类

Microsoft.Data.Schema.Extensibility 命名空间