Skip to main content

Definition

Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core Inheritance: System.Exception

Syntax

Microsoft.Restier.Core.ConventionInvocationException

Summary

Represents an exception that indicates validation errors occurred on entities.

Constructors

.ctor

Syntax

public ConventionInvocationException()

.ctor

Initializes a new instance of the EdmModelValidationException class.

Syntax

public ConventionInvocationException(string message)

Parameters

NameTypeDescription
messagestringMessage of the exception.

.ctor

Initializes a new instance of the EdmModelValidationException class.

Syntax

public ConventionInvocationException(string message, System.Exception innerException)

Parameters

NameTypeDescription
messagestringMessage of the exception.
innerExceptionSystem.ExceptionInner exception.