Achamenes.ID3.ReadingWarningEventArgs.ReadingWarningEventArgs C# (CSharp) Method

ReadingWarningEventArgs() public method

public ReadingWarningEventArgs ( NonFatalException exception, string frameID ) : System
exception NonFatalException
frameID string
return System
		public ReadingWarningEventArgs(NonFatalException exception, string frameID)
		{
			this._frameID=frameID;
			this._exception=exception;
		}
	}
ReadingWarningEventArgs