ExampleException constructor

Creates an instance.

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

See Also