PropertyWriteException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
차단된 속성을 설정하려고 할 때 throw되는 예외입니다.
[System.Serializable]
public sealed class PropertyWriteException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type PropertyWriteException = class
inherit SmoException
Public NotInheritable Class PropertyWriteException
Inherits SmoException
- 상속
- 특성
생성자
| Name | Description |
|---|---|
| PropertyWriteException() |
T:Microsoft 생성자입니다. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, Exception) |
T:Microsoft 생성자입니다. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String, String, String, String) |
T:Microsoft 생성자입니다. SqlServer.Management.Smo.PropertyWriteException. |
| PropertyWriteException(String) |
T:Microsoft 생성자입니다. SqlServer.Management.Smo.PropertyWriteException. |
속성
| Name | Description |
|---|---|
| HelpLink |
지원 웹 사이트에 대한 문자열로 링크를 가져옵니다. (다음에서 상속됨 SmoException) |
| Message |
예외의 메시지를 가져옵니다. |
| PropertyName |
차단된 속성을 설정하려고 할 때 throw되는 예외입니다. |
| SmoExceptionType |
T:Microsoft 예외 유형을 가져옵니다. SqlServer.Management.Smo.SmoExceptionType 열거형. |
메서드
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Serialization 도우미 메서드입니다. |
| SetHelpContext(String) |
차단된 속성을 설정하려고 할 때 throw되는 예외입니다. (다음에서 상속됨 SmoException) |