Name | Description | |
---|---|---|
Message Constructor | Creates a message |
The following tables list the members exposed by Message.
Name | Description | |
---|---|---|
Message Constructor | Creates a message |
Name | Description | |
---|---|---|
AdditionalCode | Additional message or error code associated with some messages | |
AdditionalInformation | Extended information for the message | |
AdditionalMessages | Additional messages associated with the primary message. | |
AdditionalProperties | Additional attributes associated with the message. | |
DebuggingInformation | Additional detailed information that may be useful for debugging | |
ExceptionType | If the message is an exception, indicates the type of exception | |
FormattedMessageCode | Returns the MessageCode with a suffix indicating the Severity | |
HelpContext | The help context associated with the message, if any | |
HelpFile | The help file associated with the message, if any | |
Hidden | Indicates whether the user has hidden this message. | |
Hideable | Indicates whether the user is allowed to hide this message so that it is not shown in the future. | |
LinkUrl | A Url the user can visit for more information about the message | |
LogFileName | The name of the log file containing details related to the message | |
MessageCode | The message code that identifies the message. | |
MessageType | The type of the message. | |
NumericMessageCode | Gets the numeric portion of the MessageCode | |
SourceDescription | A description of the object that generated the message. | |
SourceField | The name of the field that issued the message, if any | |
SourceIdentity | The identity of the object that generated the message. | |
Text | Gets the text of the message. |
Name | Description | |
---|---|---|
AdditionalPropertiesList | Gets a string list of all additional properties, in the form key: value | |
GetAdditionalProperty | Overloaded. Gets an additional property for the message | |
PaddedSeverityDescription | Gets the description of a MessageSeverity, right-padded to the length of the longest severity literal | |
SetAdditionalProperty | Overloaded. Sets an additional property for the message | |
SeverityDescription | Overloaded. Gets the name of the Severity | |
ToString | Overloaded. Returns a string that represents the current object. |