EnumeratedPathErrorEventArgs public class EnumeratedPathErrorEventArgs : EventArgs Documentation Code public Exception Error { get; } public string Path { get; } public EnumeratedPathErrorEventArgs(string path, Exception error)