Class WarningInfo
Represents a warning in this result.
Inheritance
System.Object
WarningInfo
Namespace: MySqlX.XDevAPI.Common
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public class WarningInfo
Constructors
WarningInfo(UInt32, String)
Initializes a new instance of the WarningInfo class based on the code and msg.
Declaration
public WarningInfo(uint code, string msg)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | code | The code for the warning. |
System.String | msg | The error message for the warning. |
Fields
Code
Numeric value associated to the warning message.
Declaration
public uint Code
Field Value
Type | Description |
---|---|
System.UInt32 |
Level
Strict level for the warning.
Declaration
public uint Level
Field Value
Type | Description |
---|---|
System.UInt32 |
Message
Error message.
Declaration
public string Message
Field Value
Type | Description |
---|---|
System.String |