Элементы ServiceRequestException
The ServiceRequestException class represents the exception that is raised when an error occurs during a service request.
Тип ServiceRequestException предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetBaseException | (Наследуется из Exception.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetObjectData | Sets the SerializationInfo with information about the exception. (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Наследуется из Exception.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
SetHelpContext | Sets the Help context value for the referenced exception. (Наследуется из SmoException.) |
![]() |
ToString | (Наследуется из Exception.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Data | (Наследуется из 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. (Наследуется из SmoException.) |
![]() |
HResult | (Наследуется из Exception.) |
![]() |
InnerException | (Наследуется из Exception.) |
![]() |
Message | Gets the message that describes the current exception. (Перезаписывает Exception. . :: . .Message.) |
![]() |
SmoExceptionType | Gets the type of SMO exception. (Перезаписывает SmoException. . :: . .SmoExceptionType.) |
![]() |
Source | (Наследуется из Exception.) |
![]() |
StackTrace | (Наследуется из Exception.) |
![]() |
TargetSite | (Наследуется из Exception.) |
В начало
См. также