ObjectValidationException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ObjectValidationException() |
Base constructor |
ObjectValidationException(String) |
Base constructor |
ObjectValidationException(String, Exception) |
Base constructor |
ObjectValidationException(String, String) |
Constructor |
ObjectValidationException(String, String, Exception) |
Constructor |
ObjectValidationException()
Base constructor
public ObjectValidationException ();
Public Sub New ()
Applies to
ObjectValidationException(String)
Base constructor
public ObjectValidationException (string message);
new Microsoft.SqlServer.Management.Dmf.ObjectValidationException : string -> Microsoft.SqlServer.Management.Dmf.ObjectValidationException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ObjectValidationException(String, Exception)
Base constructor
public ObjectValidationException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ObjectValidationException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ObjectValidationException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
ObjectValidationException(String, String)
Constructor
public ObjectValidationException (string objectType, string objectName);
new Microsoft.SqlServer.Management.Dmf.ObjectValidationException : string * string -> Microsoft.SqlServer.Management.Dmf.ObjectValidationException
Public Sub New (objectType As String, objectName As String)
Parameters
- objectType
- String
- objectName
- String
Applies to
ObjectValidationException(String, String, Exception)
Constructor
public ObjectValidationException (string objectType, string objectName, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ObjectValidationException : string * string * Exception -> Microsoft.SqlServer.Management.Dmf.ObjectValidationException
Public Sub New (objectType As String, objectName As String, innerException As Exception)
Parameters
- objectType
- String
- objectName
- String
- innerException
- Exception