Class SystemDirectoryCorruptException
This class is thrown a system directory was corrupt.
Inherited Members
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class SystemDirectoryCorruptException : BaseException, ISerializable, _Exception
Constructors
View SourceSystemDirectoryCorruptException()
Creates a SystemDirectoryCorruptException.
Declaration
public SystemDirectoryCorruptException()
SystemDirectoryCorruptException(SerializationInfo, StreamingContext)
Creates a SystemDirectoryCorruptException.
Declaration
protected SystemDirectoryCorruptException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | See .NET documentation. |
| StreamingContext | context | See .NET documentation. |
SystemDirectoryCorruptException(string)
Creates a SystemDirectoryCorruptException.
Declaration
public SystemDirectoryCorruptException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message of exception. |
SystemDirectoryCorruptException(string, Exception)
Creates a SystemDirectoryCorruptException.
Declaration
public SystemDirectoryCorruptException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message of exception. |
| Exception | innerException | Inner exception of exception. |
Methods
View SourceGetObjectData(SerializationInfo, StreamingContext)
See .NET documentation.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | See .NET documentation. |
| StreamingContext | context | See .NET documentation. |