ArgsReaderException constructor

Creates an exception.

public ArgsReaderException(string message, Exception? innerException = null)
parameter description
message The exception message.
innerException The inner exception.

See Also