Class FactoryFailedException
Thrown when factory failed to create instance.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
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
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class FactoryFailedException : BaseException, ISerializable, _Exception
Constructors
FactoryFailedException()
Initializes a new instance of the FactoryFailedException class.
Declaration
public FactoryFailedException()
FactoryFailedException(SerializationInfo, StreamingContext)
Initializes a new instance of the FactoryFailedException class.
Declaration
protected FactoryFailedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
FactoryFailedException(String)
Initializes a new instance of the FactoryFailedException class.
Declaration
public FactoryFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
FactoryFailedException(String, Exception)
Initializes a new instance of the FactoryFailedException class.
Declaration
public FactoryFailedException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.Exception | innerException | The inner exception. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception