Class OptionsIOException
The exception thrown when there is a problem reading or writing options.
public class OptionsIOException : Exception, ISerializable
- Inheritance
-
OptionsIOException
- Implements
- Inherited Members
- Extension Methods
Constructors
OptionsIOException()
Initializes a new instance of the OptionsIOException class.
public OptionsIOException()
OptionsIOException(string?)
Initializes a new instance of the OptionsIOException class with a specified error message.
public OptionsIOException(string? message)
Parameters
messagestringThe message that describes the error.
OptionsIOException(string?, Exception?)
Initializes a new instance of the OptionsIOException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public OptionsIOException(string? message, Exception? inner)