ConstraintViolationException.

ConstraintViolationException(string) Constructor

Summary

ConstraintViolationException constructor with a specific message.

Syntax

public ConstraintViolationException(string msg)

Remarks

ConstraintViolationException constructor with a specific message.

Parameters

Name Type Description
msg string exception message

Return Value

Type Description
void