InvalidPropertyValueException 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
InvalidPropertyValueException() |
TBD |
InvalidPropertyValueException(String) |
TBD |
InvalidPropertyValueException(String, Exception) |
TBD |
InvalidPropertyValueException()
TBD
public InvalidPropertyValueException ();
Public Sub New ()
Applies to
InvalidPropertyValueException(String)
TBD
public InvalidPropertyValueException (string message);
new Microsoft.SqlServer.Management.Common.InvalidPropertyValueException : string -> Microsoft.SqlServer.Management.Common.InvalidPropertyValueException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
InvalidPropertyValueException(String, Exception)
TBD
public InvalidPropertyValueException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.InvalidPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Common.InvalidPropertyValueException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception