Skip to content

Theobald.Common.FileExistsException

Namespace: Theobald.Common
Assembly: ERPConnectStandard20.dll

public sealed class FileExistsException : IOException, ISerializable

Inheritance

objectExceptionSystemExceptionIOExceptionFileExistsException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.StackTrace, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

FileExistsException(string, int)

public FileExistsException(string path, int hResult)

Parameters

path string

hResult int

Properties

Path

public string Path { get; }

Property Value

string