UnsupportedFeatureException.SmoExceptionType Property

Gets the type of SMO exception.

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

Syntax

'Declaration
Public Overrides ReadOnly Property SmoExceptionType As SmoExceptionType 
    Get
'Usage
Dim instance As UnsupportedFeatureException 
Dim value As SmoExceptionType 

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.SmoExceptionType
An SmoExceptionType object that specifies the SMO exception type.

Examples

Handling SMO Exceptions

See Also

Reference

UnsupportedFeatureException Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Exceptions