Exemple #1
0
 internal OperationProgress(FileMatch fileMatch, OperationKind kind, Exception?exception = null)
     : this(fileMatch, null, kind, exception)
 {
 }