Freigeben über


DtsExponentTooLargeException-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class DtsExponentTooLargeException _
    Inherits DtsException
'Usage
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

Der DtsExponentTooLargeException-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft ErrorCode Gets the error code that creates the appropriate exception class. This field is read-only. (Geerbt von DtsException.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Hinweise

Inherits from ApplicationException.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace