BadEventDataException 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
BadEventDataException() |
Base constructor |
BadEventDataException(String) |
Creates an Exception for repeated attempt to register the same assembly |
BadEventDataException(String, Exception) |
Base constructor |
BadEventDataException()
Base constructor
public BadEventDataException ();
Public Sub New ()
Applies to
BadEventDataException(String)
Creates an Exception for repeated attempt to register the same assembly
public BadEventDataException (string message);
new Microsoft.SqlServer.Management.Dmf.BadEventDataException : string -> Microsoft.SqlServer.Management.Dmf.BadEventDataException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
BadEventDataException(String, Exception)
Base constructor
public BadEventDataException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.BadEventDataException : string * Exception -> Microsoft.SqlServer.Management.Dmf.BadEventDataException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception