SaaS CMS has officially launched! Learn more now.

Class ProviderActivationException

The exception thrown when a provider cannot be activated correctly.

Inheritance
System.Object
ProviderActivationException
Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public class ProviderActivationException : InvalidOperationException

Constructors

ProviderActivationException(SerializationInfo, StreamingContext)

Initializes a new instance of the ProviderActivationException class.

Declaration
protected ProviderActivationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

ProviderActivationException(String)

Initializes a new instance of the ProviderActivationException class.

Declaration
public ProviderActivationException(string message)
Parameters
Type Name Description
System.String message

ProviderActivationException(String, Exception)

Initializes a new instance of the ProviderActivationException class.

Declaration
public ProviderActivationException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
System.Exception innerException

Extension Methods