ATMLUtilitiesLibrary.HttpServer.OnOnError C# (CSharp) Метод

OnOnError() защищенный Метод

protected OnOnError ( string message ) : void
message string
Результат void
        protected virtual void OnOnError( string message )
        {
            OnErrorDelegate handler = OnError;
            if (handler != null) handler( parent, message );
        }