Search Results for

    Show / Hide Table of Contents

    Class SystemDirectoryCorruptException

    This class is thrown a system directory was corrupt.

    Inheritance
    object
    Exception
    BaseException
    SystemDirectoryCorruptException
    Implements
    ISerializable
    _Exception
    Inherited Members
    BaseException.ExtendedErrorInformation
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class SystemDirectoryCorruptException : BaseException, ISerializable, _Exception

    Constructors

    View Source

    SystemDirectoryCorruptException()

    Creates a SystemDirectoryCorruptException.

    Declaration
    public SystemDirectoryCorruptException()
    View Source

    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.

    View Source

    SystemDirectoryCorruptException(string)

    Creates a SystemDirectoryCorruptException.

    Declaration
    public SystemDirectoryCorruptException(string message)
    Parameters
    Type Name Description
    string message

    Message of exception.

    View Source

    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 Source

    GetObjectData(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.

    Overrides
    BaseException.GetObjectData(SerializationInfo, StreamingContext)

    Implements

    ISerializable
    _Exception
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics