Class FileSystemException
Objects of this class is thrown whenever an exception occurs during some FileOperation, it always contains the local and remote paths involved in the call.
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.FileSystemDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class FileSystemException : BaseException, ISerializable, _Exception
Constructors
FileSystemException(SerializationInfo, StreamingContext)
Initializes a new FileSystemException object. Only used for deserialization, see .NET documentation.
Declaration
protected FileSystemException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
FileSystemException(String, Exception, String, String)
Initializes a new FileSystemException object.
Declaration
public FileSystemException(string message, Exception innerException, string localPath, string remotePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message. |
System.Exception | innerException | InnerException. |
System.String | localPath | LocalPath. |
System.String | remotePath | RemotePath. |
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