Class OperationConstructorNotFoundException
Last update: 16.07.2025Namespace: VM.Managed.Operation
Assembly: VMAppCore.dll
This class is to represent the operation constructor not found exception.
public class OperationConstructorNotFoundException : Exception
Inheritance
object ← Exception ← OperationConstructorNotFoundException
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
OperationConstructorNotFoundException(string, Exception)
Initializes a new instance of the
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
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; }