Class BackupException
This exception is thrown whenever a backup fails.
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 BackupException : BaseException, ISerializable, _Exception
Constructors
BackupException()
Creates a new Backup exception object.
Declaration
public BackupException()
BackupException(SerializationInfo, StreamingContext)
Deserialization constructor.
Declaration
protected BackupException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
BackupException(String)
Creates a new Backup exception object.
Declaration
public BackupException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message for object. |
BackupException(String, Exception)
Creates a new Backup exception object.
Declaration
public BackupException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message for object. |
System.Exception | innerException | Inner exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
See .NET documentation.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
Overrides
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception