LogActivity.SetFailure<T1, T2> Method (String, T1, T2) |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void SetFailure<T1, T2>( string formattingString, T1 arg1, T2 arg2 )
Parameters
- formattingString
- Type: System.String
The failure message with parameters, for instance Written {Count} lines. - arg1
- Type: T1
Value of the first parameter. - arg2
- Type: T2
Value of the second parameter.
Type Parameters
- T1
- Type of the first parameter.
- T2
- Type of the second parameter.