asp.net.ph

ConstraintException Constructor ( String )

System.Data Namespace   ConstraintException Class


Initializes a new instance of the ConstraintException class with the specified string.

[ VB ]
Public Sub New ( _
   ByVal s As String _
)

[ C# ]
public ConstraintException(
   String s
);

[ C++ ]
public: ConstraintException(
   String* s
);

[ JScript ]
public function ConstraintException(
   s : String
);

Parameters

s
The string to display when the exception is thrown.
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