Message Methods |
The Message type exposes the following members.
Name | Description | |
---|---|---|
GetExceptionStackMessage |
Returns a string composed of the messages of
all inner exceptions.
| |
Write(Message) |
Writes a message by providing a Message object.
| |
Write(MessageLocation, SeverityType, String, String) |
Writes a message.
| |
Write(Assembly, SeverityType, String, String, Object[]) |
Writes a message.
| |
Write(MemberInfo, SeverityType, String, String, Object[]) |
Writes a message.
| |
Write(ParameterInfo, SeverityType, String, String, Object[]) |
Writes a message.
| |
Write(Type, SeverityType, String, String, Object[]) |
Writes a message.
| |
Write(LocationInfo, SeverityType, String, String, Object[]) |
Writes a message.
| |
Write(MessageLocation, SeverityType, String, String, Object[]) |
Writes a message.
|