MessageSource.Write Method (SeverityType, String, Object[], String, Int32, Int32) |
Note: This API is now obsolete.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)
[ObsoleteAttribute("Use an overload accepting a MessageLocation object.")] public void Write( SeverityType severity, string messageId, Object[] arguments, string locationFile, int locationLine, int locationColumn )
Parameters
- severity
- Type: PostSharp.Extensibility.SeverityType
- messageId
- Type: System.String
- arguments
- Type: System.Object[]
- locationFile
- Type: System.String
- locationLine
- Type: System.Int32
- locationColumn
- Type: System.Int32