WrongPropertyValueException 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
WrongPropertyValueException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException. |
WrongPropertyValueException(Property) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException. |
WrongPropertyValueException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException. |
WrongPropertyValueException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException. |
WrongPropertyValueException()
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException ();
Public Sub New ()
Applies to
WrongPropertyValueException(Property)
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException (Microsoft.SqlServer.Management.Smo.Property propertyObject);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : Microsoft.SqlServer.Management.Smo.Property -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (propertyObject As Property)
Parameters
- propertyObject
- Property
The property whose value is incorrect as supplied.
Applies to
WrongPropertyValueException(String)
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException (string message);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String)
Parameters
- message
- String
The message of the exception as strng.
Applies to
WrongPropertyValueException(String, Exception)
Constructor for the T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message of the exception as string.
- innerException
- Exception
The T:System.Exception instance that caused the current exception.