Dela via


ValidationState Constructor

Include Protected Members
Include Inherited Members

Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ValidationState() Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new, default instance of the ValidationState class.
Public method ValidationState(Exception, String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified exception and binding key.
Public method ValidationState(String, String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified message and binding key.
Public method ValidationState(Exception, String, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type.
Public method ValidationState(String, Exception, String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type.
Public method ValidationState(String, String, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified error message, binding key, and fault type.
Public method ValidationState(String, Exception, String, Boolean) Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type.

Top