DtsNoObjectAssignedException Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type.
public ref class DtsNoObjectAssignedException sealed : Microsoft::SqlServer::Dts::Runtime::DtsException[System.Serializable]
public sealed class DtsNoObjectAssignedException : Microsoft.SqlServer.Dts.Runtime.DtsException[<System.Serializable>]
type DtsNoObjectAssignedException = class
    inherit DtsExceptionPublic NotInheritable Class DtsNoObjectAssignedException
Inherits DtsException- Inheritance
- Attributes
Remarks
This error is not useable in a try...catch block.
Properties
| ErrorCode | Gets the error code that creates the appropriate exception class. This field is read-only.(Inherited from DtsException) |