PolicyEvaluationException Constructors

Definition

Overloads

PolicyEvaluationException()

Base constructor

PolicyEvaluationException(String)

Creates an Exception for repeated attempt to register the same assembly

PolicyEvaluationException(String, Exception)

Base constructor

PolicyEvaluationException()

Base constructor

public PolicyEvaluationException ();
Public Sub New ()

Applies to

PolicyEvaluationException(String)

Creates an Exception for repeated attempt to register the same assembly

public PolicyEvaluationException (string message);
new Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException : string -> Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException
Public Sub New (message As String)

Parameters

message
String

Applies to

PolicyEvaluationException(String, Exception)

Base constructor

public PolicyEvaluationException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException : string * Exception -> Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to