nspectre - declarative validation for .NET

InvalidXmlException Constructor (String, Exception)

Creates a new instance of InvalidXmlException.

public InvalidXmlException(
   string message,
   Exception inner
);

Parameters

message
The exception message.
inner
The inner exception which will be wrapped by this exception.

See Also

InvalidXmlException Class | NSpectre.Core.Exceptions Namespace | InvalidXmlException Constructor Overload List