InvalidSmoOperationException Class
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.
The exception thrown when an operation cannot be performed in the current object state.
[System.Serializable]
public sealed class InvalidSmoOperationException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type InvalidSmoOperationException = class
inherit SmoException
Public NotInheritable Class InvalidSmoOperationException
Inherits SmoException
- Inheritance
- Attributes
Constructors
InvalidSmoOperationException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException. |
InvalidSmoOperationException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException. |
InvalidSmoOperationException(String, SqlSmoState) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException. |
InvalidSmoOperationException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException. |
Properties
HelpLink |
Gets a link as string to the support web site. (Inherited from SmoException) |
Message |
Gets the message of the exception as string. |
SmoExceptionType |
Constructor for the T:Microsoft.SqlServer.Management.Smo.invalidSmoOperationException. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serialization helper method. |
SetHelpContext(String) | (Inherited from SmoException) |