Inazuma.PetitClr.Core.ThrowHelper.ComPlusThrow C# (CSharp) Метод

ComPlusThrow() публичный статический Метод

public static ComPlusThrow ( Exception exception ) : void
exception System.Exception
Результат void
        public static void ComPlusThrow(Exception exception)
        {
            throw (exception);
        }