Class PropertyControlClassFactoryException
Exceptions thrown by PropertyControlClassFactory
Inheritance
System.Object
System.Exception
PropertyControlClassFactoryException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class PropertyControlClassFactoryException : Exception, ISerializable, _Exception
Constructors
PropertyControlClassFactoryException()
Declaration
public PropertyControlClassFactoryException()
PropertyControlClassFactoryException(SerializationInfo, StreamingContext)
Declaration
protected PropertyControlClassFactoryException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
PropertyControlClassFactoryException(String)
Declaration
public PropertyControlClassFactoryException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
PropertyControlClassFactoryException(String, Exception)
Declaration
public PropertyControlClassFactoryException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Fields
CreateInstanceFailed
Declaration
public const string CreateInstanceFailed = "CreateInstance failed for {0} with mapped class {1}. Mapped class requires constructor with signature {2}."
Field Value
Type | Description |
---|---|
System.String |
FactoryIdRegistered
Declaration
public const string FactoryIdRegistered = "FactoryId {0} is already registered."
Field Value
Type | Description |
---|---|
System.String |
GenericTypeNeedsTypeParameters
Declaration
public const string GenericTypeNeedsTypeParameters = "CreateInstance failed for {0}. Generic object needs type parameters."
Field Value
Type | Description |
---|---|
System.String |
NotInitialized
Declaration
public const string NotInitialized = "ClassFactory not initialized"
Field Value
Type | Description |
---|---|
System.String |
RegisterClassFailed
Declaration
public const string RegisterClassFailed = "RegisterClass failed when registering {0} with mapped class {1}. Not a subclass."
Field Value
Type | Description |
---|---|
System.String |
RegisterInterfaceFailed
Declaration
public const string RegisterInterfaceFailed = "RegisterClass failed when registering interface {0} with concrete class {1}. Concrete class does not implement the interface."
Field Value
Type | Description |
---|---|
System.String |
TypeNotRegistered
Declaration
public const string TypeNotRegistered = "CreateInstance failed for {0}. Class not registered."
Field Value
Type | Description |
---|---|
System.String |
Methods
Create(String, Exception, Object[])
Declaration
public static PropertyControlClassFactoryException Create(string message, Exception ex, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | ex | |
System.Object[] | arguments |
Returns
Type | Description |
---|---|
PropertyControlClassFactoryException |
Create(String, Object[])
Declaration
public static PropertyControlClassFactoryException Create(string message, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Object[] | arguments |
Returns
Type | Description |
---|---|
PropertyControlClassFactoryException |
CreateMessage(String, Object[])
Declaration
public static string CreateMessage(string message, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Object[] | arguments |
Returns
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception