Skip to content

CtorVerifierException constructor (1 of 2)

Initializes a new instance of the CtorVerifierException class.

csharp
public CtorVerifierException(string message)
public CtorVerifierException(string message)
parameterdescription
messageThe message describing the error.

See Also


CtorVerifierException constructor (2 of 2)

Initializes a new instance of the CtorVerifierException class.

csharp
public CtorVerifierException(string message, Exception innerException)
public CtorVerifierException(string message, Exception innerException)
parameterdescription
messageThe message describing the error.
innerExceptionInner exceptions.

See Also