PropertyCannotBeRetrievedException 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
PropertyCannotBeRetrievedException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
PropertyCannotBeRetrievedException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
PropertyCannotBeRetrievedException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
PropertyCannotBeRetrievedException(String, Object) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException. |
PropertyCannotBeRetrievedException()
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException ();
Public Sub New ()
Applies to
PropertyCannotBeRetrievedException(String)
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException (string message);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
Public Sub New (message As String)
Parameters
- message
- String
The message of the exception as string.
Applies to
PropertyCannotBeRetrievedException(String, Exception)
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
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.
Applies to
PropertyCannotBeRetrievedException(String, Object)
Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.
public PropertyCannotBeRetrievedException (string propertyName, object failedObject);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string * obj -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
Public Sub New (propertyName As String, failedObject As Object)
Parameters
- propertyName
- String
The name of the unretrievable property as string.
- failedObject
- Object
The failed object as T:System.Object.