AssemblyAlreadyRegisteredException.DmfExceptionType Property

Gets the type of DMF exception.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType 
    Get
'Usage
Dim instance As AssemblyAlreadyRegisteredException 
Dim value As DmfExceptionType 

value = instance.DmfExceptionType
public override DmfExceptionType DmfExceptionType { get; }
public:
virtual property DmfExceptionType DmfExceptionType {
    DmfExceptionType get () override;
}
abstract DmfExceptionType : DmfExceptionType 
override DmfExceptionType : DmfExceptionType
override function get DmfExceptionType () : DmfExceptionType

Property Value

Type: Microsoft.SqlServer.Management.Dmf.DmfExceptionType
A DmfExceptionType value that specifies the type of exception.

Examples

Handling SMO Exceptions

See Also

Reference

AssemblyAlreadyRegisteredException Class

Microsoft.SqlServer.Management.Dmf Namespace