Share via


SimpleMonikerResolver.UnresolvedMonikerExceptionMessage Property

Gets the error message for the unresolved moniker exception.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property UnresolvedMonikerExceptionMessage As String
protected virtual string UnresolvedMonikerExceptionMessage { get; }
protected:
virtual property String^ UnresolvedMonikerExceptionMessage {
    String^ get ();
}
abstract UnresolvedMonikerExceptionMessage : string with get 
override UnresolvedMonikerExceptionMessage : string with get
function get UnresolvedMonikerExceptionMessage () : String

Property Value

Type: System.String
The error message for the unresolved moniker exception.

.NET Framework Security

See Also

Reference

SimpleMonikerResolver Class

Microsoft.VisualStudio.Modeling Namespace