Message(MessageLocation, SeverityType, string, string, string, string, Exception)
Declaration
public Message(MessageLocation location, SeverityType severity, string messageId, string messageText, string helpLink, string source, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
MessageLocation | location | |
SeverityType | severity | |
string | messageId | |
string | messageText | |
string | helpLink | |
string | source | |
Exception | innerException |
Message(SeverityType, string, string, string, string, string, int, int, Exception)
Declaration
public Message(SeverityType severity, string messageId, string messageText, string helpLink, string source, string locationFile, int locationLine, int locationColumn, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
SeverityType | severity | |
string | messageId | |
string | messageText | |
string | helpLink | |
string | source | |
string | locationFile | |
int | locationLine | |
int | locationColumn | |
Exception | innerException |
Message(SeverityType, string, string, string, string, string, int, int, int, int, Exception)
Declaration
public Message(SeverityType severity, string messageId, string messageText, string helpLink, string source, string locationFile, int locationStartLine, int locationStartColumn, int locationEndLine, int locationEndColumn, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
SeverityType | severity | |
string | messageId | |
string | messageText | |
string | helpLink | |
string | source | |
string | locationFile | |
int | locationStartLine | |
int | locationStartColumn | |
int | locationEndLine | |
int | locationEndColumn | |
Exception | innerException |