InternalSmoErrorException 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 there is an internal error with a T:Microsoft.SqlServer.Management.Smo object.
[System.Serializable]
public sealed class InternalSmoErrorException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type InternalSmoErrorException = class
inherit SmoException
Public NotInheritable Class InternalSmoErrorException
Inherits SmoException
- Inheritance
- Attributes
Constructors
InternalSmoErrorException() |
Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException. |
InternalSmoErrorException(String) |
Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException. |
InternalSmoErrorException(String, Exception) |
Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException. |
Properties
HelpLink |
Gets a link as string to the support web site. (Inherited from SmoException) |
SmoExceptionType |
Gets the type of exeption from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration. |
Methods
SetHelpContext(String) | (Inherited from SmoException) |