Class BehaviorNotFoundException
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Thrown when a behavior cannot be located in the active runtime’s behavior catalog.
public sealed class BehaviorNotFoundException : Exception, ISerializableInheritance
Section titled “Inheritance”object ← Exception ← BehaviorNotFoundException
Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”Exception.GetBaseException(), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”BehaviorNotFoundException(string)
Section titled “ BehaviorNotFoundException(string)”Initializes the exception for the given behavior identifier.
public BehaviorNotFoundException(string behaviorId)Parameters
Section titled “Parameters”behaviorId string
The behavior identifier that could not be resolved.
BehaviorNotFoundException(string, Exception)
Section titled “ BehaviorNotFoundException(string, Exception)”Initializes the exception for the given behavior identifier with an inner exception.
public BehaviorNotFoundException(string behaviorId, Exception innerException)Parameters
Section titled “Parameters”behaviorId string
The behavior identifier that could not be resolved.
innerException Exception
The exception that caused this exception.
Properties
Section titled “Properties”BehaviorId
Section titled “ BehaviorId”Gets the behavior identifier that could not be resolved.
public string BehaviorId { get; }