Compartir a través de


DtsExponentTooLargeException Clase

An exception class that is thrown when the X.509 certification key on a package is invalid.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class DtsExponentTooLargeException _
    Inherits DtsException
'Uso
Dim instance As DtsExponentTooLargeException
[SerializableAttribute]
public sealed class DtsExponentTooLargeException : DtsException
[SerializableAttribute]
public ref class DtsExponentTooLargeException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsExponentTooLargeException =  
    class
        inherit DtsException
    end
public final class DtsExponentTooLargeException extends DtsException

Notas

Inherits from ApplicationException.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
      Microsoft.SqlServer.Dts.Runtime..::..DtsExponentTooLargeException

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.