Table of Contents

Constructor QueryGuardBaselineFormatException

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

QueryGuardBaselineFormatException()

Initializes a new instance of the QueryGuardBaselineFormatException class.

public QueryGuardBaselineFormatException()

QueryGuardBaselineFormatException(string)

Initializes a new instance of the QueryGuardBaselineFormatException class.

public QueryGuardBaselineFormatException(string message)

Parameters

message string

What is wrong with the document.

QueryGuardBaselineFormatException(string, Exception)

Initializes a new instance of the QueryGuardBaselineFormatException class.

public QueryGuardBaselineFormatException(string message, Exception innerException)

Parameters

message string

What is wrong with the document.

innerException Exception

The underlying parse failure.