WrongPropertyValueException Class

Definition

The exception thrown during a scripting action when a property has an unusable value or there is a conflict between two or more properties.

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

Constructors

WrongPropertyValueException()

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

WrongPropertyValueException(Property)

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

WrongPropertyValueException(String)

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

WrongPropertyValueException(String, Exception)

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

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

Gets the message as string from the exception.

Property
SmoExceptionType

Gets the type of exception from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper method.

SetHelpContext(String) (Inherited from SmoException)

Applies to