Classe DtsExponentTooLargeException
An exception class that is thrown when the X.509 certification key on a package is invalid.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsExponentTooLargeException
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class DtsExponentTooLargeException _
Inherits DtsException
'Utilisation
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
Le type DtsExponentTooLargeException expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Data | (hérité de Exception.) |
![]() |
ErrorCode | Gets the error code that creates the appropriate exception class. This field is read-only. (hérité de DtsException.) |
![]() |
HelpLink | (hérité de Exception.) |
![]() |
HResult | (hérité de Exception.) |
![]() |
InnerException | (hérité de Exception.) |
![]() |
Message | (hérité de Exception.) |
![]() |
Source | (hérité de Exception.) |
![]() |
StackTrace | (hérité de Exception.) |
![]() |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetBaseException | (hérité de Exception.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetObjectData | (hérité de Exception.) |
![]() |
GetType | (hérité de Exception.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.