Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.