Freigeben über


InputNotFoundException-Klasse

The exception that is thrown when the Script Component is unable to find an IDTSInput100 object defined internally by the component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InputNotFoundException _
    Inherits ApplicationException
'Usage
Dim instance As InputNotFoundException
[SerializableAttribute]
public class InputNotFoundException : ApplicationException
[SerializableAttribute]
public ref class InputNotFoundException : public ApplicationException
[<SerializableAttribute>]
type InputNotFoundException =  
    class
        inherit ApplicationException
    end
public class InputNotFoundException extends ApplicationException

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..InputNotFoundException

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.