Microsoft.Samples.VisualStudio.SourceControlIntegration.SccProvider.DataStreamFromComStream._NotImpl C# (CSharp) 메소드

_NotImpl() 개인적인 메소드

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