PolicyEvaluationException constructeur (String, Exception)
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New PolicyEvaluationException(message, _
innerException)
public PolicyEvaluationException(
string message,
Exception innerException
)
public:
PolicyEvaluationException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> PolicyEvaluationException
public function PolicyEvaluationException(
message : String,
innerException : Exception
)