CtorVerifierException constructor (1 of 2)
Initializes a new instance of the CtorVerifierException
class.
csharp
public CtorVerifierException(string message)
public CtorVerifierException(string message)
parameter | description |
---|---|
message | The message describing the error. |
See Also
- class CtorVerifierException
- namespace Twizzar.Fixture.Verifier
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)
parameter | description |
---|---|
message | The message describing the error. |
innerException | Inner exceptions. |
See Also
- class CtorVerifierException
- namespace Twizzar.Fixture.Verifier