SqlTypeException Constructor (String^)

 

Initializes a new instance of the SqlTypeException class with a specified error message.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlTypeException(
	String^ message
)

Parameters

message
Type: System::String^

The error message that explains the reason for the exception.

.NET Framework
Available since 1.1
Return to top
Show: