ServiceRequestException Class

Definition

This exception incapsulates a service provider error.

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

Constructors

ServiceRequestException()

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

ServiceRequestException(String)

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

ServiceRequestException(String, Exception)

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

Properties

ErrorCode

Gets the error code as an integer.

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

The message of the exception.

SmoExceptionType

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

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper method.

SetHelpContext(String) (Inherited from SmoException)

Applies to