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 : InvalidOperationException
Constructors
ProviderActivationException(SerializationInfo, StreamingContext)
Initializes a new instance of the Provider
Declaration
protected ProviderActivationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | |
System. |
context |
ProviderActivationException(String)
Initializes a new instance of the Provider
Declaration
public ProviderActivationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message |
ProviderActivationException(String, Exception)
Initializes a new instance of the Provider
Declaration
public ProviderActivationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | |
System. |
innerException |