Apex.System.TypeException.initCause C# (CSharp) Метод

initCause() публичный Метод

public initCause ( Apex.System.Exception cause ) : void
cause Apex.System.Exception
Результат void
        public void initCause(Exception cause)
        {
            throw new global::System.NotImplementedException("TypeException.InitCause");
        }