Message.Write Method (ParameterInfo, SeverityType, String, String, Object[]) |
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)
public static void Write( ParameterInfo codeElement, SeverityType severity, string errorCode, string format, params Object[] arguments )
Parameters
- codeElement
- Type: System.Reflection.ParameterInfo
Element of code to which the message applies. - severity
- Type: PostSharp.Extensibility.SeverityType
Severity. - errorCode
- Type: System.String
Error code. - format
- Type: System.String
Error message formatting string. - arguments
- Type: System.Object[]
Formatting string arguments.