Class CannotMoveProviderException
Thrown when this page or some of it's descendants is parent to a content provider and it can't be deleted.
Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class CannotMoveProviderException : EPiServerException
Constructors
CannotMoveProviderException()
Initializes a new instance of the Cannot
Declaration
public CannotMoveProviderException()
CannotMoveProviderException(SerializationInfo, StreamingContext)
Initializes a new instance of the Cannot
Declaration
protected CannotMoveProviderException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
System. |
serializationInfo | The serialization info. |
System. |
streamingContext | The streaming context. |
CannotMoveProviderException(String)
Initializes a new instance of the Cannot
Declaration
public CannotMoveProviderException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Error message |
CannotMoveProviderException(String, Exception)
Initializes a new instance of the Cannot
Declaration
public CannotMoveProviderException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message. |
System. |
exception | The exception. |