Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an exception that occurs when an attempt is made to modify an SPContentType object that is read-only.
The SPContentTypeReadOnlyException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPContentTypeReadOnlyException() | Initializes a new instance of the SPContentTypeReadOnlyException class. |
![]() |
SPContentTypeReadOnlyException(String) | Initializes a new instance of the SPContentTypeReadOnlyException class with the specified error message. |
![]() |
SPContentTypeReadOnlyException(SerializationInfo, StreamingContext) | Initializes a new instance of the SPContentTypeReadOnlyException class with the specified serialization data and stream context. |
![]() |
SPContentTypeReadOnlyException(String, Exception) | Initializes a new instance of the SPContentTypeReadOnlyException class with the specified error message and exception object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ErrorCode | Gets an integer that identifies the exception. (Inherited from SPException.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
NativeErrorMessage | Gets the native code error message that is associated with this SPException object. (Inherited from SPException.) |
![]() |
NativeStackTrace | Gets the native code stack trace associated with this SPException object. (Inherited from SPException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Saves information about the exception for serialization. (Inherited from SPException.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top