BadExpressionTreeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Run-time exception for ExpressionTree evaluation
[System.Serializable]
public sealed class BadExpressionTreeException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type BadExpressionTreeException = class
inherit DmfException
Public NotInheritable Class BadExpressionTreeException
Inherits DmfException
- Inheritance
- Attributes
Constructors
| BadExpressionTreeException() |
Base constructor |
| BadExpressionTreeException(String, Exception) |
Base constructor |
| BadExpressionTreeException(String) |
Constructor |
Properties
| DmfExceptionType |
Exception Type |
| HelpLink |
will output a link to the help web site (Inherited from DmfException) |
| Message |
Message |
| Reason |
Deatiled message for exception |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Serialization helper |
| Init() |
Initializes instance properties (Inherited from DmfException) |
| SetHelpContext(String) |
Sets Help Context (Inherited from DmfException) |