UtilityException 클래스
The UtilityException class defines methods and properties that record utility exception information. It is the base class for all utility exception types.
상속 계층
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Utility..::..UtilityException
네임스페이스: Microsoft.SqlServer.Management.Utility
어셈블리: Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)
구문
‘선언
<SerializableAttribute> _
Public Class UtilityException _
Inherits SqlServerManagementException
‘사용 방법
Dim instance As UtilityException
[SerializableAttribute]
public class UtilityException : SqlServerManagementException
[SerializableAttribute]
public ref class UtilityException : public SqlServerManagementException
[<SerializableAttribute>]
type UtilityException =
class
inherit SqlServerManagementException
end
public class UtilityException extends SqlServerManagementException
UtilityException 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
UtilityException() () () () | Initializes a new, default instance of the UtilityException class with the default property values. |
![]() |
UtilityException(String) | Initializes a new, default instance of the UtilityException class with the specified error message. |
![]() |
UtilityException(SerializationInfo, StreamingContext) | Initializes a new, default instance of the UtilityException class with serialized data. |
![]() |
UtilityException(String, Exception) | Initializes a new, default instance of the UtilityException class with the specified error message and inner exception. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Data | (Exception에서 상속됨) |
![]() |
HelpLink | Gets a link to the SQL Server Help Web site. (Exception. . :: . .HelpLink을(를) 재정의함) |
![]() |
HResult | (Exception에서 상속됨) |
![]() |
InnerException | (Exception에서 상속됨) |
![]() |
Message | (Exception에서 상속됨) |
![]() ![]() |
ProdVer | Gets the product version of SQL Server. |
![]() |
Source | (Exception에서 상속됨) |
![]() |
StackTrace | (Exception에서 상속됨) |
![]() |
TargetSite | (Exception에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetBaseException | (Exception에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetObjectData | (Exception에서 상속됨) |
![]() |
GetType | (Exception에서 상속됨) |
![]() |
Init | Initializes the exception properties. |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
SetHelpContext | Defines the Help context identifier for the exception. |
![]() |
ToString | (Exception에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.