DtsInvalidProjectPasswordOrDataException Class

Definition

Represents the invalid project password or data exception that this class contains during runtime.

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

Properties

ErrorCode

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

(Inherited from DtsException)

Applies to