MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​ExtensibilityMessageMessage
Open sandboxFocus

Message Constructor

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
System.Exception innerException

Message(SeverityType, String, String, String, String, String, Int32, Int32, 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
Int32 locationLine
Int32 locationColumn
System.Exception innerException

Message(SeverityType, String, String, String, String, String, Int32, Int32, Int32, Int32, 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
Int32 locationStartLine
Int32 locationStartColumn
Int32 locationEndLine
Int32 locationEndColumn
System.Exception innerException