Partilhar via


Classe OperatorNotApplicableException

The OperatorNotApplicableException class is an exception that is raised when an operator does not have the appropriate permissions.

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class OperatorNotApplicableException _
    Inherits DmfException
'Uso
Dim instance As OperatorNotApplicableException
[SerializableAttribute]
public sealed class OperatorNotApplicableException : DmfException
[SerializableAttribute]
public ref class OperatorNotApplicableException sealed : public DmfException
[<SealedAttribute>]
[<SerializableAttribute>]
type OperatorNotApplicableException =  
    class
        inherit DmfException
    end
public final class OperatorNotApplicableException extends DmfException

Comentários

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

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
        Microsoft.SqlServer.Management.Dmf..::..OperatorNotApplicableException

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.