asp.net.ph

ConstraintException Constructor ( SerializationInfo, StreamingContext )

System.Data Namespace   ConstraintException Class


Initializes a new instance of the ConstraintException class using the specified serialization and stream context.

[ VB ]
Public Sub New ( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)

[ C# ]
public ConstraintException(
   SerializationInfo info,
   StreamingContext context
);

[ C++ ]
public: ConstraintException(
   SerializationInfo* info,
   StreamingContext context
);

[ JScript ]
public function ConstraintException(
   info : SerializationInfo,
   context : StreamingContext
);

Parameters

info
The data necessary to serialize or deserialize an object.
context
Description of the source and destination of the specified serialized stream.
See Also

ConstraintException Members   ConstraintException Constructor Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph