Class GenericControllerException
\Exceptions of this type is thrown by the ExceptionManager if no specialized type is registered for a HRESULT.
Inheritance
System.Object
System.Exception
GenericControllerException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
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
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class GenericControllerException : GeneralException, ISerializable, _Exception
Remarks
Only for internal use.
Constructors
GenericControllerException()
Creates a GenericController Exception object.
Declaration
public GenericControllerException()
GenericControllerException(SerializationInfo, StreamingContext)
Creates a GenericController Exception object. Deserialization constructor.
Declaration
protected GenericControllerException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
GenericControllerException(String)
Creates a GenericController Exception object.
Declaration
public GenericControllerException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The Message. |
GenericControllerException(String, Exception)
Creates a GenericController Exception object.
Declaration
public GenericControllerException(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