DtsExponentTooLargeException Class

Definition

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

public ref class DtsExponentTooLargeException sealed : Microsoft::SqlServer::Dts::Runtime::DtsException
[System.Serializable]
public sealed class DtsExponentTooLargeException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsExponentTooLargeException = class
    inherit DtsException
Public NotInheritable Class DtsExponentTooLargeException
Inherits DtsException
Inheritance
DtsExponentTooLargeException
Attributes

Remarks

Inherits from ApplicationException.

Properties

ErrorCode

Gets the error code that creates the appropriate exception class. This field is read-only.

(Inherited from DtsException)

Applies to