PolicyEvaluationException Constructors
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.
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