CouldNotModifySchemaException 类
每当修改架构时发生错误,则抛出。
继承层次结构
System.Object
System.Exception
Microsoft.Office.Server.Search.Administration.SchemaException
Microsoft.Office.Server.Search.Administration.CouldNotModifySchemaException
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class CouldNotModifySchemaException _
Inherits SchemaException
用法
Dim instance As CouldNotModifySchemaException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class CouldNotModifySchemaException : SchemaException
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。