Table of Contents

Class OptionsIOException

Namespace
Acuit.Pinpoint.Common.Options
Assembly
Acuit.Pinpoint.Common.dll

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

message string

The 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)

Parameters

message string

The message that describes the error.

inner Exception

The exception that is the cause of the current exception.