EventEnumerationException Constructor (String)
Initializes a new instance of the EventEnumerationException class with specified message.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New EventEnumerationException(message)
public EventEnumerationException(
string message
)
public:
EventEnumerationException(
String^ message
)
new :
message:string -> EventEnumerationException
public function EventEnumerationException(
message : String
)
Parameters
- message
Type: System.String
The exception message.
See Also
Reference
EventEnumerationException Class