Gets the error message for the unresolved moniker exception.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Overridable ReadOnly Property UnresolvedMonikerExceptionMessage As String
'使用
Dim value As String
value = Me.UnresolvedMonikerExceptionMessage
protected virtual string UnresolvedMonikerExceptionMessage { get; }
protected:
virtual property String^ UnresolvedMonikerExceptionMessage {
String^ get ();
}
protected function get UnresolvedMonikerExceptionMessage () : String
Property Value
Type: System.String
The error message for the unresolved moniker exception.
Permissions
- 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.