InvalidExtensionManifestException.ErrorCode Property
This member overrides ExtensionManagerException.ErrorCode.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ErrorCode As Integer
Get
public override int ErrorCode { get; }
public:
virtual property int ErrorCode {
int get () override;
}
abstract ErrorCode : int
override ErrorCode : int
override function get ErrorCode () : int
Property Value
Type: System.Int32
.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.