Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class OperationConstructorNotFoundException

Last update: 16.07.2025

Namespace: VM.Managed.Operation
Assembly: VMAppCore.dll

This class is to represent the operation constructor not found exception.

public class OperationConstructorNotFoundException : Exception

Inheritance

objectExceptionOperationConstructorNotFoundException

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

OperationConstructorNotFoundException(string, Exception)

Initializes a new instance of the class.

public OperationConstructorNotFoundException(string strType, Exception innerException)

Parameters

strType string

The type of operation that does not founded.

innerException Exception

The inner exception.

OperationConstructorNotFoundException(string)

Initializes a new instance of the class.

public OperationConstructorNotFoundException(string strType)

Parameters

strType string

The type of operation that does not founded.

Properties

Message

Gets the exception information.

public override string Message { get; }

Property Value

string

Connect with Ansys