9 [__DynamicallyInvokable]
13 private string _maybeFullPath;
16 [__DynamicallyInvokable]
18 : base(
Environment.GetResourceString(
"Arg_IOException"))
20 SetErrorCode(-2146232800);
25 [__DynamicallyInvokable]
29 SetErrorCode(-2146232800);
35 [__DynamicallyInvokable]
39 SetErrorCode(hresult);
42 internal IOException(
string message,
int hresult,
string maybeFullPath)
45 SetErrorCode(hresult);
46 _maybeFullPath = maybeFullPath;
52 [__DynamicallyInvokable]
54 : base(message, innerException)
56 SetErrorCode(-2146232800);
IOException(string message, int hresult)
Initializes a new instance of the T:System.IO.IOException class with its message string set to messag...
Serves as the base class for system exceptions namespace.
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Provides information about, and means to manipulate, the current environment and platform....
The exception that is thrown when an I/O error occurs.
IOException(string message)
Initializes a new instance of the T:System.IO.IOException class with its message string set to messag...
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
Specifies that the class can be serialized.
IOException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.IO.IOException class with the specified serialization and ...
IOException()
Initializes a new instance of the T:System.IO.IOException class with its message string set to the em...
IOException(string message, Exception innerException)
Initializes a new instance of the T:System.IO.IOException class with a specified error message and a ...