Class IOException
public class IOException : Exception, ISerializable
- Inheritance
-
IOException
- Implements
- Inherited Members
- Extension Methods
Constructors
IOException(string, string, string)
public IOException(string message, string source, string stack)
Parameters
Fields
message
protected string message
Field Value
source
protected string source
Field Value
stack
protected string stack
Field Value
Properties
Message
public override string Message { get; }
Property Value
Source
public override string Source { get; }
Property Value
StackTrace
public override string StackTrace { get; }