UnsupportedObjectNameException Class

Definition

The exception thrown when the user is trying to create an object with a name that cannot be supported, such as a null string.

[System.Serializable]
public sealed class UnsupportedObjectNameException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type UnsupportedObjectNameException = class
    inherit SmoException
Public NotInheritable Class UnsupportedObjectNameException
Inherits SmoException
Inheritance
UnsupportedObjectNameException
Attributes

Constructors

UnsupportedObjectNameException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.

UnsupportedObjectNameException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.

UnsupportedObjectNameException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.

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)

Applies to