Classe DtsExponentTooLargeException
An exception class that is thrown when the X.509 certification key on a package is invalid.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Dts.Runtime.DtsException
Microsoft.SqlServer.Dts.Runtime.DtsExponentTooLargeException
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<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
O tipo DtsExponentTooLargeException expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Data | (Herdado de Exception.) |
![]() |
ErrorCode | Gets the error code that creates the appropriate exception class. This field is read-only. (Herdado de DtsException.) |
![]() |
HelpLink | (Herdado de Exception.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Herdado de Exception.) |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | Segurança crítica. (Herdado de Exception.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Comentários
Inherits from ApplicationException.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.