Share via


InstanceInfo.ExceptionName Property

Gets or sets the name of the exception on the instance.

Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Usage

'Usage
Dim instance As InstanceInfo
Dim value As String

value = instance.ExceptionName

instance.ExceptionName = value

Syntax

'Declaration
Public Overridable Property ExceptionName As String
public virtual string ExceptionName { get; protected set; }
public:
virtual property String^ ExceptionName {
    String^ get ();
    protected: void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ExceptionName ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_ExceptionName (String value)
CompilerGeneratedAttribute 
public function get ExceptionName () : String

CompilerGeneratedAttribute 
protected function set ExceptionName (value : String)

Property Value

The name of the exception.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

InstanceInfo Class
InstanceInfo Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace

  ff425134(v=azure.10).md 2011-08-26