Class TimeoutException
This exception is thrown whenever a timeout is reached.
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
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class TimeoutException : BaseException, ISerializable, _Exception
Constructors
TimeoutException()
Creates a timeout exception object.
Declaration
public TimeoutException()
TimeoutException(SerializationInfo, StreamingContext)
Deserialization constructor.
Declaration
protected TimeoutException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
TimeoutException(String)
Creates a timeout exception object.
Declaration
public TimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
TimeoutException(String, Exception)
Creates a timeout exception object.
Declaration
public TimeoutException(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