Class NoEvaluatorForExpressionTypeException
Raised when an implementation of IGetsEvaluatorForExpressionType cannot get an appropriate evaluator for an expression type.
Inheritance
System.Object
System.Exception
NoEvaluatorForExpressionTypeException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
[Serializable]
public class NoEvaluatorForExpressionTypeException : ZptRenderingException, ISerializable
Constructors
| Improve this Doc View SourceNoEvaluatorForExpressionTypeException()
Initializes a new instance of the NoEvaluatorForExpressionTypeException class
Declaration
public NoEvaluatorForExpressionTypeException()
NoEvaluatorForExpressionTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the NoEvaluatorForExpressionTypeException class
Declaration
protected NoEvaluatorForExpressionTypeException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The object that holds the serialized object data. |
System.Runtime.Serialization.StreamingContext | context | The contextual information about the source or destination. |
NoEvaluatorForExpressionTypeException(String)
Initializes a new instance of the NoEvaluatorForExpressionTypeException class
Declaration
public NoEvaluatorForExpressionTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | A System.String that describes the exception. |
NoEvaluatorForExpressionTypeException(String, Exception)
Initializes a new instance of the NoEvaluatorForExpressionTypeException class
Declaration
public NoEvaluatorForExpressionTypeException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | A System.String that describes the exception. |
System.Exception | inner | The exception that is the cause of the current exception. |
Implements
System.Runtime.Serialization.ISerializable