ServiceRequestException-Klasse
The ServiceRequestException class represents the exception that is raised when an error occurs during a service request.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.ServiceRequestException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ServiceRequestException _
Inherits SmoException
'Usage
Dim instance As ServiceRequestException
[SerializableAttribute]
public sealed class ServiceRequestException : SmoException
[SerializableAttribute]
public ref class ServiceRequestException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type ServiceRequestException =
class
inherit SmoException
end
public final class ServiceRequestException extends SmoException
Der ServiceRequestException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ServiceRequestException() | Initializes a new instance of the ServiceRequestException class. | |
ServiceRequestException(String) | Initializes a new instance of the ServiceRequestException class with the specified message. | |
ServiceRequestException(String, Exception) | Initializes a new instance of the ServiceRequestException class with the specified message and inner exception. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
ErrorCode | Gets the error code that is generated by the system when the service request exception is raised. | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Geerbt von SmoException.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | Gets the message that describes the current exception. (Überschreibt Exception.Message.) | |
SmoExceptionType | Gets the type of SMO exception. (Überschreibt SmoException.SmoExceptionType.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Sets the SerializationInfo with information about the exception. (Überschreibt Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Geerbt von Exception.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Geerbt von SmoException.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Beispiele
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.