ValidationState Constructor
Incluir miembros protegidos
Incluir miembros heredados
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class.
Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
ValidationState() | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new, default instance of the ValidationState class. | |
ValidationState(Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified exception and binding key. | |
ValidationState(String, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified message and binding key. | |
ValidationState(Exception, String, Boolean) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, Exception, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, String, Boolean) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified error message, binding key, and fault type. | |
ValidationState(String, Exception, String, Boolean) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type. |
Arriba