DeveloperConsole.UnitTests.Fakes.FakeDeveloperConsole.PrintError C# (CSharp) Method

PrintError() public method

public PrintError ( string s ) : void
s string
return void
        public void PrintError(string s)
        {
            throw new NotImplementedException();
        }
FakeDeveloperConsole