Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.DataStreamFromComStream._NotImpl C# (CSharp) Method

_NotImpl() private method

private _NotImpl ( string message ) : void
message string
return void
        private void _NotImpl(string message)
        {
            NotSupportedException ex = new NotSupportedException();
            throw ex;
        }