UnknownSchemaException
constructor
Initializes a new instance of the
UnknownSchemaException
class.
Signature | public UnknownSchemaException (string message, Exception? inner = default);
|
---|
Parameters
A message describing the exception.
An underlying exception that may provide additional context.