Namespace: Albatross.Expression.Exceptions
Exception thrown when there are issues with operands in expressions.
public class OperandException : System.Exception, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → OperandException
Implements ISerializable
public MethodBase TargetSite { get; }
public string Message { get; }
public IDictionary Data { get; }
public Exception InnerException { get; }
public string HelpLink { get; set; }
public string Source { get; set; }
public int HResult { get; set; }
public string StackTrace { get; }
Initializes a new instance of the OperandException class with a specified error message.
public OperandException(string msg)
msg
String
The message that describes the error.
BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.
protected event EventHandler<SafeSerializationEventArgs> SerializeObjectState;