BadExpressionTreeException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| BadExpressionTreeException() |
Konstruktor dasar |
| BadExpressionTreeException(String) |
Constructor |
| BadExpressionTreeException(String, Exception) |
Konstruktor dasar |
BadExpressionTreeException()
Konstruktor dasar
public BadExpressionTreeException();
Public Sub New ()
Berlaku untuk
BadExpressionTreeException(String)
Constructor
public BadExpressionTreeException(string reason);
new Microsoft.SqlServer.Management.Dmf.BadExpressionTreeException : string -> Microsoft.SqlServer.Management.Dmf.BadExpressionTreeException
Public Sub New (reason As String)
Parameter
- reason
- String
Berlaku untuk
BadExpressionTreeException(String, Exception)
Konstruktor dasar
public BadExpressionTreeException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.BadExpressionTreeException : string * Exception -> Microsoft.SqlServer.Management.Dmf.BadExpressionTreeException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception