Partilhar via


Propriedade do RDL DmfException.DmfExceptionType

Gets the type of exception.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property DmfExceptionType As DmfExceptionType 
    Get
'Uso
Dim instance As DmfException 
Dim value As DmfExceptionType 

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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

DmfException Classe

Namespace Microsoft.SqlServer.Management.Dmf