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.3Syntax
public class ProviderActivationException : InvalidOperationExceptionConstructors
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 | 
