Class ControllerBufferOverflowException
An exception of this class is thrown if no specialized type is found.
Inheritance
System.Object
System.Exception
ControllerBufferOverflowException
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.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ControllerBufferOverflowException : GenericControllerException, ISerializable, _Exception
Constructors
ControllerBufferOverflowException()
Creates a ControllerBufferOverflowException object.
Declaration
public ControllerBufferOverflowException()
ControllerBufferOverflowException(SerializationInfo, StreamingContext)
Creates a ControllerBufferOverflowException object. Deserialization constructor.
Declaration
protected ControllerBufferOverflowException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
ControllerBufferOverflowException(String)
Creates a ControllerBufferOverflowException object.
Declaration
public ControllerBufferOverflowException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message for object. |
ControllerBufferOverflowException(String, Exception)
Creates a ControllerBufferOverflowException object.
Declaration
public ControllerBufferOverflowException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message for object. |
System.Exception | innerException | Inner exception of object. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception