Sdílet prostřednictvím


InputNotFoundException Class

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

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.